Package geomss.geom

Class GeomXMLBinding

  • All Implemented Interfaces:
    java.io.Serializable, javolution.lang.Reusable, javolution.xml.XMLSerializable

    public class GeomXMLBinding
    extends javolution.xml.XMLBinding
    This class represents the binding between GeomSS Java classes and their XML representation (XMLFormat); the binding may be shared among multiple XMLObjectReader/XMLObjectWriter instances (is thread-safe). This binding has been customized to consistently represent GeomSS geometry objects in XML format for the purpose of defining a standard format.

    Modified by: Joseph A. Huwaldt

    Version:
    January 30, 2017
    Author:
    Joseph A. Huwaldt, Date: June 19, 2013
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeomXMLBinding()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> javolution.xml.XMLFormat<T> getFormat​(java.lang.Class<T> cls)  
      • Methods inherited from class javolution.xml.XMLBinding

        reset, setAlias, setClassAttribute, setClassAttribute
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFormat

        public <T> javolution.xml.XMLFormat<T> getFormat​(java.lang.Class<T> cls)
        Overrides:
        getFormat in class javolution.xml.XMLBinding