Uses of Interface
org.geolatte.geom.Polygonal
-
Packages that use Polygonal Package Description org.geolatte.geom A model for geospatial geometries. -
-
Uses of Polygonal in org.geolatte.geom
Classes in org.geolatte.geom that implement Polygonal Modifier and Type Class Description classMultiPolygon<P extends Position>AGeometryCollectionofPolygons.classPolygon<P extends Position>A planar surface defined by 1 exterior boundary and 0 or more interior boundaries.Methods in org.geolatte.geom with type parameters of type Polygonal Modifier and Type Method Description <P extends C2D,G extends Geometry<P> & Polygonal<P>>
doubleJTSGeometryOperations. area(G geometry)<P extends C2D,G extends Geometry<P> & Polygonal<P>>
doubleProjectedGeometryOperations. area(G geometry)Calculates the area of the specifiedGeometry.<P extends C2D,G extends Geometry<P> & Polygonal<P>>
Point<P>JTSGeometryOperations. centroid(G geometry)<P extends C2D,G extends Geometry<P> & Polygonal<P>>
Point<P>ProjectedGeometryOperations. centroid(G geometry)Calculates a centroid for the specifiedGeometry.
-