public class MarshallingUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.joda.time.DateTime |
fixedGenerationDate |
static org.joda.time.DateTime |
fixedResultTime |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
createIdForType(java.lang.Class<?> clazz) |
static void |
marshalPointDataset(FeatureDatasetPoint fdPoint,
java.util.List<VariableSimpleIF> dataVars,
java.io.OutputStream outputStream) |
static void |
marshalPointDataset(FeatureDatasetPoint fdPoint,
java.io.OutputStream outputStream) |
static void |
resetIds() |
static void |
validate(org.apache.xmlbeans.XmlObject doc,
boolean strict) |
static void |
writeObject(org.apache.xmlbeans.XmlObject doc,
java.io.OutputStream out,
boolean validate) |
public static org.joda.time.DateTime fixedGenerationDate
public static org.joda.time.DateTime fixedResultTime
public static java.lang.String createIdForType(java.lang.Class<?> clazz)
public static void resetIds()
public static void marshalPointDataset(FeatureDatasetPoint fdPoint, java.io.OutputStream outputStream) throws java.io.IOException, org.n52.oxf.xmlbeans.parser.XMLHandlingException
java.io.IOException
org.n52.oxf.xmlbeans.parser.XMLHandlingException
public static void marshalPointDataset(FeatureDatasetPoint fdPoint, java.util.List<VariableSimpleIF> dataVars, java.io.OutputStream outputStream) throws java.io.IOException, org.n52.oxf.xmlbeans.parser.XMLHandlingException
java.io.IOException
org.n52.oxf.xmlbeans.parser.XMLHandlingException
public static void writeObject(org.apache.xmlbeans.XmlObject doc, java.io.OutputStream out, boolean validate) throws java.io.IOException, org.n52.oxf.xmlbeans.parser.XMLHandlingException
java.io.IOException
org.n52.oxf.xmlbeans.parser.XMLHandlingException
public static void validate(org.apache.xmlbeans.XmlObject doc, boolean strict) throws org.n52.oxf.xmlbeans.parser.XMLHandlingException
org.n52.oxf.xmlbeans.parser.XMLHandlingException