| Package | Description |
|---|---|
| com.revolsys.gis.algorithm | |
| com.revolsys.gis.grid | |
| com.revolsys.gis.parallel | |
| com.revolsys.gis.tin | |
| com.revolsys.io.geojson | |
| com.revolsys.io.kml | |
| com.revolsys.io.wkt | |
| com.revolsys.jts.algorithm.distance |
Classes to compute distance metrics between geonetries.
|
| com.revolsys.jts.algorithm.locate |
Classes to determine the topological location of points in geometries.
|
| com.revolsys.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| com.revolsys.jts.geom.impl | |
| com.revolsys.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| com.revolsys.jts.geom.segment | |
| com.revolsys.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| com.revolsys.jts.geom.vertex | |
| com.revolsys.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.revolsys.jts.operation.buffer.validate |
Classes to perform validation of the results of buffer operations.
|
| com.revolsys.jts.operation.distance3d | |
| com.revolsys.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
| com.revolsys.jts.operation.predicate |
Classes which implement topological predicates optimized for particular kinds of geometries.
|
| com.revolsys.jts.triangulate.quadedge |
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
|
| com.revolsys.jts.util |
Contains support classes for the Java Topology Suite.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EuclideanDistanceToPoint.computeDistance(Polygon poly,
Point pt,
PointPairDistance ptDist) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
SimpleRectangularMapTile.getPolygon(GeometryFactory factory,
int numPoints) |
Polygon |
RectangularMapTile.getPolygon(GeometryFactory factory,
int numPoints) |
Polygon |
SimpleRectangularMapTile.getPolygon(GeometryFactory factory,
int numXPoints,
int numYPoints) |
Polygon |
RectangularMapTile.getPolygon(GeometryFactory factory,
int numXPoints,
int numYPoints) |
Polygon |
SimpleRectangularMapTile.getPolygon(int numPoints) |
Polygon |
RectangularMapTile.getPolygon(int numPoints) |
Polygon |
SimpleRectangularMapTile.getPolygon(int numXPoints,
int numYPoints) |
Polygon |
RectangularMapTile.getPolygon(int numXPoints,
int numYPoints) |
Polygon |
RectangularMapGrid.getPolygon(String mapTileName,
CoordinateSystem coordinateSystem) |
Polygon |
AbstractRectangularMapGrid.getPolygon(String mapTileName,
CoordinateSystem coordinateSystem) |
Polygon |
RectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory) |
Polygon |
AbstractRectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory) |
Polygon |
RectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory,
int numX,
int numY) |
Polygon |
AbstractRectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory,
int numX,
int numY) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
ClipGeometryProcess.getClipPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClipGeometryProcess.setClipPolygon(Polygon clipPolygon) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
Triangle.getPolygon(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoJsonRecordWriter.coordinates(Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
void |
KmlXmlWriter.writePlacemarkLineString(Polygon polygon,
String name,
String styleUrl) |
void |
KmlXmlWriter.writePlacemarkPolygon(Polygon polygon,
String name,
String styleUrl) |
void |
KmlXmlWriter.writePolygon(Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WktWriter.write(PrintWriter out,
Polygon polygon) |
static void |
EWktWriter.write(PrintWriter out,
Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DistanceToPoint.computeDistance(Polygon poly,
Point pt,
PointPairDistance ptDist) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SimplePointInAreaLocator.containsPointInPolygon(Point p,
Polygon poly) |
| Modifier and Type | Method and Description |
|---|---|
<V extends Polygon> |
MultiPolygon.getPolygons() |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
Polygon.clone()
Creates and returns a full copy of this
Polygon object. |
Polygon |
MultiPolygon.getPolygon(int partIndex) |
Polygon[] |
GeometryFactory.getPolygonArray(Collection<?> polygonList) |
Polygon |
Polygon.move(double... deltas) |
Polygon |
Polygon.normalize() |
Polygon |
GeometryFactory.polygon(LinearRing shell)
Constructs a
Polygon with the given exterior boundary. |
Polygon |
GeometryFactory.polygon(LineString... rings) |
Polygon |
GeometryFactory.polygon(List<?> rings) |
Polygon |
GeometryFactory.polygon(Object... rings) |
Polygon |
GeometryFactory.polygon(Polygon polygon) |
Polygon |
Polygon.prepare() |
Polygon |
Polygon.reverse() |
Polygon |
BoundingBox.toPolygon() |
Polygon |
BoundingBox.toPolygon(GeometryFactory geometryFactory) |
Polygon |
BoundingBox.toPolygon(GeometryFactory factory,
int numPoints) |
Polygon |
BoundingBox.toPolygon(GeometryFactory geometryFactory,
int numX,
int numY) |
Polygon |
BoundingBox.toPolygon(int numSegments) |
Polygon |
BoundingBox.toPolygon(int numX,
int numY) |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon |
GeometryFactory.multiPolygon(Polygon[] polygons)
Creates a MultiPolygon using the given Polygons; a null or empty array
will create an empty Polygon.
|
Polygon |
GeometryFactory.polygon(Polygon polygon) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPolygon
Represents a polygon with linear edges, which may include holes.
|
class |
PolygonImpl
Represents a polygon with linear edges, which may include holes.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends Polygon> |
AbstractMultiPolygon.getPolygons() |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
AbstractMultiPolygon.getPolygon(int partIndex) |
Polygon |
AbstractPolygon.move(double... deltas) |
Polygon |
AbstractPolygon.normalize() |
Polygon |
AbstractPolygon.prepare()
Deprecated.
|
Polygon |
AbstractPolygon.reverse() |
Polygon |
BoundingBoxDoubleGf.toPolygon() |
Polygon |
BoundingBoxDoubleGf.toPolygon(GeometryFactory factory) |
Polygon |
BoundingBoxDoubleGf.toPolygon(GeometryFactory factory,
int numSegments) |
Polygon |
BoundingBoxDoubleGf.toPolygon(GeometryFactory geometryFactory,
int numX,
int numY) |
Polygon |
BoundingBoxDoubleGf.toPolygon(int numSegments) |
Polygon |
BoundingBoxDoubleGf.toPolygon(int numX,
int numY) |
| Constructor and Description |
|---|
MultiPolygonImpl(GeometryFactory geometryFactory,
Polygon... polygons) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreparedPolygon
A prepared version for
Polygonal geometries. |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
PreparedPolygon.getPolygon() |
Polygon |
PreparedPolygon.prepare() |
| Constructor and Description |
|---|
PreparedPolygon(Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
PolygonSegment.getPolygon() |
Polygon |
MultiPolygonSegment.getPolygon() |
| Constructor and Description |
|---|
PolygonSegment(Polygon polygon,
int... segmentId) |
| Modifier and Type | Method and Description |
|---|---|
static Polygon |
CleanDuplicatePoints.clean(Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
static Polygon |
CleanDuplicatePoints.clean(Polygon polygon) |
protected Geometry |
GeometryTransformer.transformPolygon(Polygon geom,
Geometry parent) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
PolygonVertex.getPolygon() |
Polygon |
MultiPolygonVertex.getPolygon() |
| Constructor and Description |
|---|
PolygonVertex(Polygon polygon,
int... vertexId) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
EdgeRing.toPolygon(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DistanceToPointFinder.computeDistance(Polygon poly,
Point pt,
PointPairDistance ptDist) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
PlanarPolygon3D.getPolygon() |
| Constructor and Description |
|---|
PlanarPolygon3D(Polygon poly) |
| Modifier and Type | Method and Description |
|---|---|
List<Polygon> |
PolygonBuilder.getPolygons() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RectangleIntersects.intersects(Polygon rectangle,
Geometry b)
Tests whether a rectangle intersects a given geometry.
|
| Constructor and Description |
|---|
RectangleIntersects(Polygon rectangle)
Create a new intersects computer for a rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
Polygon |
QuadEdgeTriangle.getGeometry(GeometryFactory fact) |
Polygon |
QuadEdgeSubdivision.getVoronoiCellPolygon(QuadEdge qe,
GeometryFactory geomFact)
Gets the Voronoi cell around a site specified
by the origin of a QuadEdge.
|
| Modifier and Type | Method and Description |
|---|---|
Polygon |
GeometricShapeFactory.createArcPolygon(double startAng,
double angExtent)
Creates an elliptical arc polygon.
|
Polygon |
GeometricShapeFactory.createCircle()
Creates a circular or elliptical
Polygon. |
Polygon |
GeometricShapeFactory.createEllipse()
Creates an elliptical
Polygon. |
Polygon |
GeometricShapeFactory.createRectangle()
Creates a rectangular
Polygon. |
Polygon |
GeometricShapeFactory.createSquircle()
Creates a squircular
Polygon. |
Polygon |
GeometricShapeFactory.createSupercircle(double power)
Creates a supercircular
Polygon
of a given positive power. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.