Uses of Interface
org.geolatte.geom.Simple
-
Packages that use Simple Package Description org.geolatte.geom A model for geospatial geometries. -
-
Uses of Simple in org.geolatte.geom
Classes in org.geolatte.geom that implement Simple 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.classPoint<P extends Position>A 0-dimensionalGeometry.
-