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

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.LineStringType,net.opengis.gml.v_3_1_1.LineStringPropertyType,com.vividsolutions.jts.geom.LineString>
      extended by org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311LineStringConverter
All Implemented Interfaces:
JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.LineStringType,net.opengis.gml.v_3_1_1.LineStringPropertyType,com.vividsolutions.jts.geom.LineString>

public class JTSToGML311LineStringConverter
extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.LineStringType,net.opengis.gml.v_3_1_1.LineStringPropertyType,com.vividsolutions.jts.geom.LineString>


Constructor Summary
JTSToGML311LineStringConverter(ObjectFactoryInterface objectFactory, JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter, JTSToGML311CoordinateConverter coordinateConverter)
           
 
Method Summary
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LineStringType> createElement(com.vividsolutions.jts.geom.LineString linearString)
           
 net.opengis.gml.v_3_1_1.LineStringPropertyType createPropertyType(com.vividsolutions.jts.geom.LineString lineString)
           
protected  net.opengis.gml.v_3_1_1.LineStringType doCreateGeometryType(com.vividsolutions.jts.geom.LineString lineString)
           
 
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

JTSToGML311LineStringConverter

public JTSToGML311LineStringConverter(ObjectFactoryInterface objectFactory,
                                      JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter,
                                      JTSToGML311CoordinateConverter coordinateConverter)
Method Detail

doCreateGeometryType

protected net.opengis.gml.v_3_1_1.LineStringType doCreateGeometryType(com.vividsolutions.jts.geom.LineString lineString)
Specified by:
doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.LineStringType,net.opengis.gml.v_3_1_1.LineStringPropertyType,com.vividsolutions.jts.geom.LineString>

createPropertyType

public net.opengis.gml.v_3_1_1.LineStringPropertyType createPropertyType(com.vividsolutions.jts.geom.LineString lineString)

createElement

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LineStringType> createElement(com.vividsolutions.jts.geom.LineString linearString)


Copyright © 2008-2011 Highsource. All Rights Reserved.