org.jvnet.ogc.gml.v_3_1_1.jts
Class GML311ToJTSPointConverter
java.lang.Object
org.jvnet.ogc.gml.v_3_1_1.jts.AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>
org.jvnet.ogc.gml.v_3_1_1.jts.GML311ToJTSPointConverter
- All Implemented Interfaces:
- GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>
public class GML311ToJTSPointConverter
- extends AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>
|
Method Summary |
com.vividsolutions.jts.geom.Point |
createGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PointPropertyType pointPropertyType)
|
protected com.vividsolutions.jts.geom.Point |
doCreateGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PointType pointType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GML311ToJTSPointConverter
public GML311ToJTSPointConverter(com.vividsolutions.jts.geom.GeometryFactory geometryFactory,
GML311ToJTSSRIDConverterInterface sridConverter,
GML311ToJTSCoordinateConverter coordinateConverter)
doCreateGeometry
protected com.vividsolutions.jts.geom.Point doCreateGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PointType pointType)
throws ConversionFailedException
- Specified by:
doCreateGeometry in class AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>
- Throws:
ConversionFailedException
createGeometry
public com.vividsolutions.jts.geom.Point createGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
net.opengis.gml.v_3_1_1.PointPropertyType pointPropertyType)
throws ConversionFailedException
- Throws:
ConversionFailedException
Copyright © 2008-2011 Highsource. All Rights Reserved.