public class GeometryAdapter extends XmlAdapter<GeometryElement,Attribute>
| Constructor and Description |
|---|
GeometryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
GeometryElement |
marshal(Attribute attribute) |
static GeometryElement |
marshalFrom(Attribute attribute) |
Attribute |
unmarshal(GeometryElement element) |
static Attribute |
unmarshalFrom(GeometryElement element) |
public static GeometryElement marshalFrom(Attribute attribute) throws CatalogTransformerException
CatalogTransformerExceptionpublic static Attribute unmarshalFrom(GeometryElement element) throws org.jvnet.ogc.gml.v_3_1_1.jts.ConversionFailedException
org.jvnet.ogc.gml.v_3_1_1.jts.ConversionFailedExceptionpublic GeometryElement marshal(Attribute attribute) throws CatalogTransformerException
marshal in class XmlAdapter<GeometryElement,Attribute>CatalogTransformerExceptionpublic Attribute unmarshal(GeometryElement element) throws org.jvnet.ogc.gml.v_3_1_1.jts.ConversionFailedException
unmarshal in class XmlAdapter<GeometryElement,Attribute>org.jvnet.ogc.gml.v_3_1_1.jts.ConversionFailedExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.