Class XmlNode
java.lang.Object
org.codice.ddf.spatial.ogc.catalog.common.converter.XmlNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.GeometryreadGeometry(String value) toString()static voidwriteEnvelope(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, org.locationtech.jts.geom.Envelope envelope) static voidwriteGeometry(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, org.locationtech.jts.geom.Geometry geo)
-
Constructor Details
-
XmlNode
public XmlNode(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
-
-
Method Details
-
writeGeometry
public static void writeGeometry(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, org.locationtech.jts.geom.Geometry geo) -
writeEnvelope
public static void writeEnvelope(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, org.locationtech.jts.geom.Envelope envelope) -
readGeometry
-
toString
-