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

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>
      extended by org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311PointConverter
All Implemented Interfaces:
JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>

public class JTSToGML311PointConverter
extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>


Constructor Summary
JTSToGML311PointConverter(ObjectFactoryInterface objectFactory, JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter, JTSToGML311CoordinateConverter coordinateConverter)
           
 
Method Summary
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointType> createElement(com.vividsolutions.jts.geom.Point point)
           
 net.opengis.gml.v_3_1_1.PointPropertyType createPropertyType(com.vividsolutions.jts.geom.Point point)
           
protected  net.opengis.gml.v_3_1_1.PointType doCreateGeometryType(com.vividsolutions.jts.geom.Point point)
           
 
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

JTSToGML311PointConverter

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

doCreateGeometryType

protected net.opengis.gml.v_3_1_1.PointType doCreateGeometryType(com.vividsolutions.jts.geom.Point point)
Specified by:
doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.PointType,net.opengis.gml.v_3_1_1.PointPropertyType,com.vividsolutions.jts.geom.Point>

createPropertyType

public net.opengis.gml.v_3_1_1.PointPropertyType createPropertyType(com.vividsolutions.jts.geom.Point point)

createElement

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointType> createElement(com.vividsolutions.jts.geom.Point point)


Copyright © 2008-2010 Highsource. All Rights Reserved.