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