Uses of Interface
org.locationtech.jts.geom.Polygonal
-
Packages that use Polygonal Package Description org.locationtech.jts.geom Contains theGeometryinterface hierarchy and supporting classes.org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. -
-
Uses of Polygonal in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement Polygonal Modifier and Type Class Description classMultiPolygonModels a collection ofPolygons.classPolygonRepresents a polygon with linear edges, which may include holes. -
Uses of Polygonal in org.locationtech.jts.geom.prep
Constructors in org.locationtech.jts.geom.prep with parameters of type Polygonal Constructor Description PreparedPolygon(Polygonal poly)
-