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

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.jts.AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.MultiLineStringType,net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,com.vividsolutions.jts.geom.MultiLineString>
      extended by org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311MultiLineStringConverter
All Implemented Interfaces:
JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.MultiLineStringType,net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,com.vividsolutions.jts.geom.MultiLineString>

public class JTSToGML311MultiLineStringConverter
extends AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.MultiLineStringType,net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,com.vividsolutions.jts.geom.MultiLineString>


Constructor Summary
JTSToGML311MultiLineStringConverter(ObjectFactoryInterface objectFactory, JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter, JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.LineStringType,net.opengis.gml.v_3_1_1.LineStringPropertyType,com.vividsolutions.jts.geom.LineString> lineStringConverter)
           
 
Method Summary
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiLineStringType> createElement(com.vividsolutions.jts.geom.MultiLineString multiLineString)
           
 net.opengis.gml.v_3_1_1.MultiLineStringPropertyType createPropertyType(com.vividsolutions.jts.geom.MultiLineString multiLineString)
           
protected  net.opengis.gml.v_3_1_1.MultiLineStringType doCreateGeometryType(com.vividsolutions.jts.geom.MultiLineString multiLineString)
           
 
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

JTSToGML311MultiLineStringConverter

public JTSToGML311MultiLineStringConverter(ObjectFactoryInterface objectFactory,
                                           JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter,
                                           JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.LineStringType,net.opengis.gml.v_3_1_1.LineStringPropertyType,com.vividsolutions.jts.geom.LineString> lineStringConverter)
Method Detail

doCreateGeometryType

protected net.opengis.gml.v_3_1_1.MultiLineStringType doCreateGeometryType(com.vividsolutions.jts.geom.MultiLineString multiLineString)
Specified by:
doCreateGeometryType in class AbstractJTSToGML311Converter<net.opengis.gml.v_3_1_1.MultiLineStringType,net.opengis.gml.v_3_1_1.MultiLineStringPropertyType,com.vividsolutions.jts.geom.MultiLineString>

createPropertyType

public net.opengis.gml.v_3_1_1.MultiLineStringPropertyType createPropertyType(com.vividsolutions.jts.geom.MultiLineString multiLineString)

createElement

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiLineStringType> createElement(com.vividsolutions.jts.geom.MultiLineString multiLineString)


Copyright © 2008-2010 Highsource. All Rights Reserved.