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

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>
      extended by org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311PolygonConverter
All Implemented Interfaces:
JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>

public class JTSToGML311PolygonConverter
extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>


Constructor Summary
JTSToGML311PolygonConverter(ObjectFactoryInterface objectFactory, JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter, JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.AbstractRingPropertyType,com.vividsolutions.jts.geom.LinearRing> linearRingConverter)
           
 
Method Summary
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonType> createElement(com.vividsolutions.jts.geom.Polygon polygon)
           
 net.opengis.gml.v_3_1_1.PolygonPropertyType createPropertyType(com.vividsolutions.jts.geom.Polygon polygon)
           
protected  net.opengis.gml.v_3_1_1.PolygonType doCreateGeometryType(com.vividsolutions.jts.geom.Polygon polygon)
           
 
Methods inherited from class org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter
createGeometryType, getObjectFactory, getSrsReferenceGroupConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTSToGML311PolygonConverter

public JTSToGML311PolygonConverter(ObjectFactoryInterface objectFactory,
                                   JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter,
                                   JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.AbstractRingPropertyType,com.vividsolutions.jts.geom.LinearRing> linearRingConverter)
Method Detail

doCreateGeometryType

protected net.opengis.gml.v_3_1_1.PolygonType doCreateGeometryType(com.vividsolutions.jts.geom.Polygon polygon)
Specified by:
doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PolygonType,net.opengis.gml.v_3_1_1.PolygonPropertyType,com.vividsolutions.jts.geom.Polygon>

createPropertyType

public net.opengis.gml.v_3_1_1.PolygonPropertyType createPropertyType(com.vividsolutions.jts.geom.Polygon polygon)

createElement

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonType> createElement(com.vividsolutions.jts.geom.Polygon polygon)


Copyright © 2008-2010 Highsource. All Rights Reserved.