Uses of Interface
org.geolatte.geom.Linear
-
Packages that use Linear Package Description org.geolatte.geom A model for geospatial geometries. -
-
Uses of Linear in org.geolatte.geom
Classes in org.geolatte.geom that implement Linear Modifier and Type Class Description classLinearRing<P extends Position>ALineStringthat is both closed and simple.classLineString<P extends Position>A LineString is a 1-dimensionalGeometryconsisting of theLineSegments defined by consecutive pairs ofPoints of aPointSequence.classMultiLineString<P extends Position>AGeometryCollectionofLineStrings.Methods in org.geolatte.geom with type parameters of type Linear Modifier and Type Method Description <P extends C2D,G extends Geometry<P> & Linear<P>>
doubleJTSGeometryOperations. length(G geometry)<P extends C2D,G extends Geometry<P> & Linear<P>>
doubleProjectedGeometryOperations. length(G geometry)Calculates the length of the specifiedGeometry.
-