org.jvnet.ogc.gml.v_3_1_1.jts
Class JTSToGML311LineStringConverter
java.lang.Object
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>
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>
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTSToGML311LineStringConverter
public JTSToGML311LineStringConverter(ObjectFactoryInterface objectFactory,
JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter,
JTSToGML311CoordinateConverter coordinateConverter)
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-2010 Highsource. All Rights Reserved.