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

java.lang.Object
  extended by 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>
      extended by 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>


Constructor Summary
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)
           
 
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 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

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)
Method Detail

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-2011 Highsource. All Rights Reserved.