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

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


Constructor Summary
GML311ToJTSPointConverter(com.vividsolutions.jts.geom.GeometryFactory geometryFactory, GML311ToJTSSRIDConverterInterface sridConverter, GML311ToJTSCoordinateConverter coordinateConverter)
           
 
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 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

GML311ToJTSPointConverter

public GML311ToJTSPointConverter(com.vividsolutions.jts.geom.GeometryFactory geometryFactory,
                                 GML311ToJTSSRIDConverterInterface sridConverter,
                                 GML311ToJTSCoordinateConverter coordinateConverter)
Method Detail

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