java.lang.Object
org.codice.ddf.spatial.ogc.catalog.common.converter.XmlNode

public class XmlNode extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    XmlNode(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.locationtech.jts.geom.Geometry
     
     
    static void
    writeEnvelope(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, org.locationtech.jts.geom.Envelope envelope)
     
    static void
    writeGeometry(String attributeName, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, org.locationtech.jts.geom.Geometry geo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

      public static org.locationtech.jts.geom.Geometry readGeometry(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object