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

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.jts.JTSToGML311CoordinateConverter

public class JTSToGML311CoordinateConverter
extends java.lang.Object


Constructor Summary
JTSToGML311CoordinateConverter(ObjectFactoryInterface objectFactory, JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter)
           
 
Method Summary
 net.opengis.gml.v_3_1_1.DirectPositionType convertCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)
           
 net.opengis.gml.v_3_1_1.DirectPositionType[] convertCoordinates(com.vividsolutions.jts.geom.Coordinate[] coordinates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTSToGML311CoordinateConverter

public JTSToGML311CoordinateConverter(ObjectFactoryInterface objectFactory,
                                      JTSToGML311SRSReferenceGroupConverterInterface srsReferenceGroupConverter)
Method Detail

convertCoordinate

public net.opengis.gml.v_3_1_1.DirectPositionType convertCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)

convertCoordinates

public net.opengis.gml.v_3_1_1.DirectPositionType[] convertCoordinates(com.vividsolutions.jts.geom.Coordinate[] coordinates)


Copyright © 2008-2010 Highsource. All Rights Reserved.