Uses of Class
com.vividsolutions.jtsexample.geom.ExtendedCoordinate

Packages that use ExtendedCoordinate
com.vividsolutions.jtsexample.geom   
 

Uses of ExtendedCoordinate in com.vividsolutions.jtsexample.geom
 

Methods in com.vividsolutions.jtsexample.geom that return ExtendedCoordinate
static ExtendedCoordinate[] ExtendedCoordinateSequence.copy(Coordinate[] coordinates)
           
static ExtendedCoordinate[] ExtendedCoordinateSequence.copy(CoordinateSequence coordSeq)
           
 

Constructors in com.vividsolutions.jtsexample.geom with parameters of type ExtendedCoordinate
ExtendedCoordinate(ExtendedCoordinate coord)
           
ExtendedCoordinateSequence(ExtendedCoordinate[] coordinates)
          Copy constructor -- simply aliases the input array, for better performance.
 



Copyright © 2012. All Rights Reserved.