org.jvnet.ogc.gml.v_3_1_1.jts
Class GML311ToJTSPolygonConverter
java.lang.Object
org.jvnet.ogc.gml.v_3_1_1.jts.AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>
org.jvnet.ogc.gml.v_3_1_1.jts.GML311ToJTSPolygonConverter
- All Implemented Interfaces:
- GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>
public class GML311ToJTSPolygonConverter
- extends AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>
|
Method Summary |
com.vividsolutions.jts.geom.Polygon |
createGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PolygonPropertyType polygonPropertyType)
|
protected com.vividsolutions.jts.geom.Polygon |
doCreateGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PolygonType polygonType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GML311ToJTSPolygonConverter
public GML311ToJTSPolygonConverter(com.vividsolutions.jts.geom.GeometryFactory geometryFactory,
GML311ToJTSSRIDConverterInterface sridConverter,
GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.LinearRingPropertyType,com.vividsolutions.jts.geom.LinearRing> linearRingConverter)
doCreateGeometry
protected com.vividsolutions.jts.geom.Polygon doCreateGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PolygonType polygonType)
throws ConversionFailedException
- Specified by:
doCreateGeometry in class AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>
- Throws:
ConversionFailedException
createGeometry
public com.vividsolutions.jts.geom.Polygon createGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PolygonPropertyType polygonPropertyType)
throws ConversionFailedException
- Throws:
ConversionFailedException
Copyright © 2008-2010 Highsource. All Rights Reserved.