Uses of Class
com.vividsolutions.jts.geom.Polygon
-
Packages that use Polygon Package Description com.vividsolutions.jts.algorithm.distance Classes to compute distance metrics between geonetries.com.vividsolutions.jts.algorithm.locate Classes to determine the topological location of points in geometries.com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes.com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects.com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.operation.buffer.validate Classes to perform validation of the results of buffer operations.com.vividsolutions.jts.operation.distance3d com.vividsolutions.jts.operation.predicate Classes which implement topological predicates optimized for particular kinds of geometries.com.vividsolutions.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.com.vividsolutions.jts.util Contains support classes for the Java Topology Suite.com.vividsolutions.jtstest.testbuilder.geom -
-
Uses of Polygon in com.vividsolutions.jts.algorithm.distance
Methods in com.vividsolutions.jts.algorithm.distance with parameters of type Polygon Modifier and Type Method Description static voidDistanceToPoint. computeDistance(Polygon poly, Coordinate pt, PointPairDistance ptDist) -
Uses of Polygon in com.vividsolutions.jts.algorithm.locate
Methods in com.vividsolutions.jts.algorithm.locate with parameters of type Polygon Modifier and Type Method Description static booleanSimplePointInAreaLocator. containsPointInPolygon(Coordinate p, Polygon poly) -
Uses of Polygon in com.vividsolutions.jts.geom
Methods in com.vividsolutions.jts.geom that return Polygon Modifier and Type Method Description PolygonGeometryFactory. createPolygon(Coordinate[] coordinates)Constructs aPolygonwith the given exterior boundary.PolygonGeometryFactory. createPolygon(CoordinateSequence coordinates)Constructs aPolygonwith the given exterior boundary.PolygonGeometryFactory. createPolygon(LinearRing shell)Constructs aPolygonwith the given exterior boundary.PolygonGeometryFactory. createPolygon(LinearRing shell, LinearRing[] holes)Constructs aPolygonwith the given exterior boundary and interior boundaries.static Polygon[]GeometryFactory. toPolygonArray(java.util.Collection polygons)Converts theListto an array.Methods in com.vividsolutions.jts.geom with parameters of type Polygon Modifier and Type Method Description MultiPolygonGeometryFactory. createMultiPolygon(Polygon[] polygons)Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.Constructors in com.vividsolutions.jts.geom with parameters of type Polygon Constructor Description MultiPolygon(Polygon[] polygons, GeometryFactory factory)MultiPolygon(Polygon[] polygons, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory instead -
Uses of Polygon in com.vividsolutions.jts.geom.util
Methods in com.vividsolutions.jts.geom.util with parameters of type Polygon Modifier and Type Method Description protected GeometryGeometryTransformer. transformPolygon(Polygon geom, Geometry parent) -
Uses of Polygon in com.vividsolutions.jts.geomgraph
Methods in com.vividsolutions.jts.geomgraph that return Polygon Modifier and Type Method Description PolygonEdgeRing. toPolygon(GeometryFactory geometryFactory) -
Uses of Polygon in com.vividsolutions.jts.operation.buffer.validate
Methods in com.vividsolutions.jts.operation.buffer.validate with parameters of type Polygon Modifier and Type Method Description static voidDistanceToPointFinder. computeDistance(Polygon poly, Coordinate pt, PointPairDistance ptDist) -
Uses of Polygon in com.vividsolutions.jts.operation.distance3d
Methods in com.vividsolutions.jts.operation.distance3d that return Polygon Modifier and Type Method Description PolygonPlanarPolygon3D. getPolygon()Constructors in com.vividsolutions.jts.operation.distance3d with parameters of type Polygon Constructor Description PlanarPolygon3D(Polygon poly) -
Uses of Polygon in com.vividsolutions.jts.operation.predicate
Methods in com.vividsolutions.jts.operation.predicate with parameters of type Polygon Modifier and Type Method Description static booleanRectangleContains. contains(Polygon rectangle, Geometry b)Tests whether a rectangle contains a given geometry.static booleanRectangleIntersects. intersects(Polygon rectangle, Geometry b)Tests whether a rectangle intersects a given geometry.Constructors in com.vividsolutions.jts.operation.predicate with parameters of type Polygon Constructor Description RectangleContains(Polygon rectangle)Create a new contains computer for two geometries.RectangleIntersects(Polygon rectangle)Create a new intersects computer for a rectangle. -
Uses of Polygon in com.vividsolutions.jts.triangulate.quadedge
Methods in com.vividsolutions.jts.triangulate.quadedge that return Polygon Modifier and Type Method Description PolygonQuadEdgeTriangle. getGeometry(GeometryFactory fact)PolygonQuadEdgeSubdivision. getVoronoiCellPolygon(QuadEdge qe, GeometryFactory geomFact)Gets the Voronoi cell around a site specified by the origin of a QuadEdge. -
Uses of Polygon in com.vividsolutions.jts.util
Methods in com.vividsolutions.jts.util that return Polygon Modifier and Type Method Description PolygonGeometricShapeFactory. createArcPolygon(double startAng, double angExtent)Creates an elliptical arc polygon.PolygonGeometricShapeFactory. createCircle()Creates a circular or ellipticalPolygon.PolygonGeometricShapeFactory. createEllipse()Creates an ellipticalPolygon.PolygonGeometricShapeFactory. createRectangle()Creates a rectangularPolygon.PolygonGeometricShapeFactory. createSquircle()Creates a squircularPolygon.PolygonGeometricShapeFactory. createSupercircle(double power)Creates a supercircularPolygonof a given positive power. -
Uses of Polygon in com.vividsolutions.jtstest.testbuilder.geom
Methods in com.vividsolutions.jtstest.testbuilder.geom that return Polygon Modifier and Type Method Description PolygonGeometryCombiner. addHole(Polygon poly, LinearRing hole)Methods in com.vividsolutions.jtstest.testbuilder.geom with parameters of type Polygon Modifier and Type Method Description PolygonGeometryCombiner. addHole(Polygon poly, LinearRing hole)
-