org.jvnet.ogc.gml.v_3_1_1.jts
Class JTSToGML311LinearRingConverter
java.lang.Object
org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.AbstractRingPropertyType,com.vividsolutions.jts.geom.LinearRing>
org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311LinearRingConverter
- All Implemented Interfaces:
- JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.AbstractRingPropertyType,com.vividsolutions.jts.geom.LinearRing>
public class JTSToGML311LinearRingConverter
- extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.AbstractRingPropertyType,com.vividsolutions.jts.geom.LinearRing>
|
Method Summary |
javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LinearRingType> |
createElement(com.vividsolutions.jts.geom.LinearRing linearRing)
|
net.opengis.gml.v_3_1_1.AbstractRingPropertyType |
createPropertyType(com.vividsolutions.jts.geom.LinearRing ring)
|
protected net.opengis.gml.v_3_1_1.LinearRingType |
doCreateGeometryType(com.vividsolutions.jts.geom.LinearRing linearRing)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTSToGML311LinearRingConverter
public JTSToGML311LinearRingConverter(ObjectFactoryInterface objectFactory,
JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter,
JTSToGML311CoordinateConverter coordinateConverter)
doCreateGeometryType
protected net.opengis.gml.v_3_1_1.LinearRingType doCreateGeometryType(com.vividsolutions.jts.geom.LinearRing linearRing)
- Specified by:
doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.LinearRingType,net.opengis.gml.v_3_1_1.AbstractRingPropertyType,com.vividsolutions.jts.geom.LinearRing>
createPropertyType
public net.opengis.gml.v_3_1_1.AbstractRingPropertyType createPropertyType(com.vividsolutions.jts.geom.LinearRing ring)
createElement
public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LinearRingType> createElement(com.vividsolutions.jts.geom.LinearRing linearRing)
Copyright © 2008-2011 Highsource. All Rights Reserved.