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

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.jts.AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.LinearRingPropertyType,com.vividsolutions.jts.geom.LinearRing>
      extended by org.jvnet.ogc.gml.v_3_1_1.jts.GML311ToJTSLinearRingConverter
All Implemented Interfaces:
GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.LinearRingPropertyType,com.vividsolutions.jts.geom.LinearRing>

public class GML311ToJTSLinearRingConverter
extends AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.LinearRingPropertyType,com.vividsolutions.jts.geom.LinearRing>


Constructor Summary
GML311ToJTSLinearRingConverter(com.vividsolutions.jts.geom.GeometryFactory geometryFactory, GML311ToJTSSRIDConverterInterface sridConverter, GML311ToJTSCoordinateConverter coordinateConverter, 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.LinearRing createGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, net.opengis.gml.v_3_1_1.LinearRingPropertyType linearRingPropertyType)
           
protected  com.vividsolutions.jts.geom.LinearRing doCreateGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, net.opengis.gml.v_3_1_1.LinearRingType linearRingType)
           
 
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

GML311ToJTSLinearRingConverter

public GML311ToJTSLinearRingConverter(com.vividsolutions.jts.geom.GeometryFactory geometryFactory,
                                      GML311ToJTSSRIDConverterInterface sridConverter,
                                      GML311ToJTSCoordinateConverter coordinateConverter,
                                      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.LinearRing doCreateGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                                  net.opengis.gml.v_3_1_1.LinearRingType linearRingType)
                                                           throws ConversionFailedException
Specified by:
doCreateGeometry in class AbstractGML311ToJTSConverter<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.LinearRingPropertyType,com.vividsolutions.jts.geom.LinearRing>
Throws:
ConversionFailedException

createGeometry

public com.vividsolutions.jts.geom.LinearRing createGeometry(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                             net.opengis.gml.v_3_1_1.LinearRingPropertyType linearRingPropertyType)
                                                      throws ConversionFailedException
Throws:
ConversionFailedException


Copyright © 2008-2010 Highsource. All Rights Reserved.