Package geomss.geom
Class GeomXMLBinding
- java.lang.Object
-
- javolution.xml.XMLBinding
-
- geomss.geom.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)
-
-
-
Constructor Detail
-
GeomXMLBinding
public GeomXMLBinding()
-
-
Method Detail
-
getFormat
public <T> javolution.xml.XMLFormat<T> getFormat(java.lang.Class<T> cls)
- Overrides:
getFormat
in classjavolution.xml.XMLBinding
-
-