Uses of Interface
org.locationtech.jts.geom.Polygonal
-
Packages that use Polygonal Package Description org.locationtech.jts.geom Contains theGeometry
interface 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 class
MultiPolygon
Models a collection ofPolygon
s.class
Polygon
Represents 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)
-