org.jvnet.ogc.gml.v_3_1_1.jts
Class JTSToGML311MultiPointConverter
java.lang.Object
org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.MultiPointType,net.opengis.gml.v_3_1_1.MultiPointPropertyType,com.vividsolutions.jts.geom.MultiPoint>
org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311MultiPointConverter
- All Implemented Interfaces:
- JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.MultiPointType,net.opengis.gml.v_3_1_1.MultiPointPropertyType,com.vividsolutions.jts.geom.MultiPoint>
public class JTSToGML311MultiPointConverter
- extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.MultiPointType,net.opengis.gml.v_3_1_1.MultiPointPropertyType,com.vividsolutions.jts.geom.MultiPoint>
|
Method Summary |
javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPointType> |
createElement(com.vividsolutions.jts.geom.MultiPoint multiPoint)
|
net.opengis.gml.v_3_1_1.MultiPointPropertyType |
createPropertyType(com.vividsolutions.jts.geom.MultiPoint multiPoint)
|
protected net.opengis.gml.v_3_1_1.MultiPointType |
doCreateGeometryType(com.vividsolutions.jts.geom.MultiPoint multiPoint)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTSToGML311MultiPointConverter
public JTSToGML311MultiPointConverter(ObjectFactoryInterface objectFactory,
JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter,
JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point> pointConverter)
doCreateGeometryType
protected net.opengis.gml.v_3_1_1.MultiPointType doCreateGeometryType(com.vividsolutions.jts.geom.MultiPoint multiPoint)
- Specified by:
doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.MultiPointType,net.opengis.gml.v_3_1_1.MultiPointPropertyType,com.vividsolutions.jts.geom.MultiPoint>
createPropertyType
public net.opengis.gml.v_3_1_1.MultiPointPropertyType createPropertyType(com.vividsolutions.jts.geom.MultiPoint multiPoint)
createElement
public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPointType> createElement(com.vividsolutions.jts.geom.MultiPoint multiPoint)
Copyright © 2008-2010 Highsource. All Rights Reserved.