Uses of Class
org.geotools.geometry.jts.LiteCoordinateSequence
-
Packages that use LiteCoordinateSequence Package Description org.geotools.geometry.jts -
-
Uses of LiteCoordinateSequence in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return LiteCoordinateSequence Modifier and Type Method Description static LiteCoordinateSequence
LiteCoordinateSequenceFactory. lite(CoordinateSequence cs)
Cast to aLiteCoordinateSequence
Constructors in org.geotools.geometry.jts with parameters of type LiteCoordinateSequence Constructor Description LiteCoordinateSequence(LiteCoordinateSequence seq)
Copy constructor
-