| Package | Description |
|---|---|
| com.revolsys.gis.algorithm.index.quadtree | |
| com.revolsys.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| com.revolsys.jts.geom.impl | |
| com.revolsys.jts.geom.segment | |
| com.revolsys.jts.geom.vertex | |
| com.revolsys.jts.operation.simple | |
| com.revolsys.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vertex |
GeometryVertexQuadTree.getItem(Object id) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
GeometryVertexQuadTree.getId(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Geometry.getToVertex(int... vertexId)
Get the
Vertex at the specified vertexId starting at the end of the geometry (see getVertexId()). |
Vertex |
Geometry.getVertex(int... vertexId)
Get the
Vertex at the specified vertexId (see getVertexId()). |
| Modifier and Type | Method and Description |
|---|---|
Reader<Vertex> |
Geometry.vertices()
|
| Modifier and Type | Method and Description |
|---|---|
Vertex |
AbstractPolygon.getToVertex(int... vertexId) |
Vertex |
AbstractPoint.getToVertex(int... vertexId) |
Vertex |
AbstractMultiPolygon.getToVertex(int... vertexId) |
Vertex |
AbstractMultiPoint.getToVertex(int... vertexId) |
Vertex |
AbstractMultiLineString.getToVertex(int... vertexId) |
Vertex |
AbstractGeometryCollection.getToVertex(int... vertexId) |
Vertex |
AbstractPolygon.getVertex(int... vertexId) |
Vertex |
AbstractPoint.getVertex(int... vertexId) |
Vertex |
AbstractMultiPolygon.getVertex(int... vertexId) |
Vertex |
AbstractMultiPoint.getVertex(int... vertexId) |
Vertex |
AbstractMultiLineString.getVertex(int... vertexId) |
Vertex |
AbstractGeometryCollection.getVertex(int... vertexId) |
| Modifier and Type | Method and Description |
|---|---|
Reader<Vertex> |
AbstractPolygon.vertices() |
Reader<Vertex> |
AbstractPoint.vertices() |
Reader<Vertex> |
AbstractMultiPolygon.vertices() |
Reader<Vertex> |
AbstractMultiPoint.vertices() |
Reader<Vertex> |
AbstractMultiLineString.vertices() |
Reader<Vertex> |
AbstractLineString.vertices() |
Reader<Vertex> |
AbstractGeometryCollection.vertices() |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Segment.getGeometryVertex(int index) |
Vertex |
PolygonSegment.getGeometryVertex(int index) |
Vertex |
MultiPolygonSegment.getGeometryVertex(int index) |
Vertex |
MultiLineStringSegment.getGeometryVertex(int index) |
Vertex |
LineStringSegment.getGeometryVertex(int index) |
Vertex |
GeometryCollectionSegment.getGeometryVertex(int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVertex |
class |
GeometryCollectionVertex |
class |
LineStringVertex |
class |
MultiLineStringVertex |
class |
MultiPointVertex |
class |
MultiPolygonVertex |
class |
PointVertex |
class |
PolygonVertex |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.clone() |
Vertex |
Vertex.getLineNext() |
Vertex |
PolygonVertex.getLineNext() |
Vertex |
MultiPolygonVertex.getLineNext() |
Vertex |
MultiLineStringVertex.getLineNext() |
Vertex |
LineStringVertex.getLineNext() |
Vertex |
GeometryCollectionVertex.getLineNext() |
Vertex |
AbstractVertex.getLineNext() |
Vertex |
Vertex.getLinePrevious() |
Vertex |
PolygonVertex.getLinePrevious() |
Vertex |
MultiPolygonVertex.getLinePrevious() |
Vertex |
MultiLineStringVertex.getLinePrevious() |
Vertex |
LineStringVertex.getLinePrevious() |
Vertex |
GeometryCollectionVertex.getLinePrevious() |
Vertex |
AbstractVertex.getLinePrevious() |
Vertex |
PolygonVertex.next() |
Vertex |
PointVertex.next() |
Vertex |
MultiPolygonVertex.next() |
Vertex |
MultiPointVertex.next() |
Vertex |
MultiLineStringVertex.next() |
Vertex |
LineStringVertex.next() |
Vertex |
GeometryCollectionVertex.next() |
| Modifier and Type | Method and Description |
|---|---|
Reader<Vertex> |
Vertex.reader() |
Reader<Vertex> |
AbstractVertex.reader() |
| Modifier and Type | Method and Description |
|---|---|
int |
VertexIndexComparator.compare(Vertex vertex1,
Vertex vertex2) |
| Constructor and Description |
|---|
DuplicateVertexError(Vertex vertex) |
SelfIntersectionVertexError(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
VertexError.getVertex() |
| Constructor and Description |
|---|
CoordinateInfiniteError(Vertex vertex,
int axisIndex) |
CoordinateNaNError(Vertex vertex,
int axisIndex) |
VertexCoordinateError(String message,
Vertex vertex,
int axisIndex) |
VertexError(String message,
Vertex vertex) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.