org.jvnet.ogc.gml.v_3_1_1.jts
Class GML311ToJTSMultiPointConverter

java.lang.Object
  extended by 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>
      extended by 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>


Constructor Summary
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)
           
 
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 org.jvnet.ogc.gml.v_3_1_1.jts.AbstractGML311ToJTSConverter
createGeometry, getGeometryFactory, getSridConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2011 Highsource. All Rights Reserved.