public class XmlNode extends Object
Constructor and Description |
---|
XmlNode(com.thoughtworks.xstream.io.HierarchicalStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
static com.vividsolutions.jts.geom.Geometry |
readGeometry(String value) |
String |
toString() |
static void |
writeEnvelope(String attributeName,
com.thoughtworks.xstream.converters.MarshallingContext context,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.vividsolutions.jts.geom.Envelope envelope) |
static void |
writeGeometry(String attributeName,
com.thoughtworks.xstream.converters.MarshallingContext context,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.vividsolutions.jts.geom.Geometry geo) |
public XmlNode(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
public static void writeGeometry(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.vividsolutions.jts.geom.Geometry geo)
public static void writeEnvelope(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.vividsolutions.jts.geom.Envelope envelope)
public static com.vividsolutions.jts.geom.Geometry readGeometry(String value)
This work is licensed under a Creative Commons Attribution 4.0 International License.