public interface Vertex extends Point, Iterator<Vertex>, GeometryComponent
NULL_ORDINATE, X, Y, ZM, sortedGeometryTypes| Modifier and Type | Method and Description |
|---|---|
Vertex |
clone()
Creates and returns a full copy of this
Point object. |
BoundingBox |
getBoundingBox()
Gets an
BoundingBoxDoubleGf containing
the minimum and maximum x and y values in this Geometry. |
<V extends Geometry> |
getGeometry() |
GeometryFactory |
getGeometryFactory()
Gets the geometryFactory which contains the context in which this geometry was created.
|
Vertex |
getLineNext() |
Vertex |
getLinePrevious() |
int |
getPartIndex() |
int |
getRingIndex() |
int |
getSrid()
Returns the ID of the Spatial Reference System used by the
Geometry. |
int[] |
getVertexId() |
int |
getVertexIndex() |
boolean |
isEmpty()
Tests whether the set of points covered by this
Geometry is
empty. |
boolean |
isFrom() |
boolean |
isTo() |
Reader<Vertex> |
reader() |
angle2d, clonePoint, compareTo, copyCoordinates, distance, distance, distance3d, equals, equals, equals2d, getCoordinate, getCoordinates, getM, getTime, getX, getY, getZ, move, normalize, prepareappendVertex, buffer, buffer, buffer, compareToSameClass, contains, containsProperly, convert, convert, convexHull, copy, coveredBy, covers, crosses, deleteVertex, difference, disjoint, distance, equal, equals, equals, equals, equalsExact, equalsExact, equalsNorm, equalsTopo, geometries, getArea, getAxisCount, getBoundary, getBoundaryDimension, getCentroid, getClassSortIndex, getCoordinateSystem, getDimension, getEnvelope, getGeometries, getGeometries, getGeometry, getGeometryComponents, getGeometryCount, getGeometryType, getInteriorPoint, getLength, getPoint, getPointWithin, getSegment, getToVertex, getUserData, getVertex, getVertexCount, hashCode, hasInvalidXyCoordinates, insertVertex, intersection, intersects, intersects, isRectangle, isSimple, isValid, isWithinDistance, moveVertex, overlaps, relate, relate, reverse, segments, setUserData, symDifference, toClockwise, toCounterClockwise, touches, toWkt, union, union, vertices, withingetDataTypeVertex clone()
PointPoint object.
(including all coordinates contained by it).BoundingBox getBoundingBox()
GeometryBoundingBoxDoubleGf containing
the minimum and maximum x and y values in this Geometry.
If the geometry is empty, an empty BoundingBoxDoubleGf
is returned.
The returned object is a copy of the one maintained internally, to avoid aliasing issues. For best performance, clients which access this envelope frequently should cache the return value.
getBoundingBox in interface GeometryGeometry.<V extends Geometry> V getGeometry()
GeometryFactory getGeometryFactory()
GeometrygetGeometryFactory in interface GeometryVertex getLineNext()
Vertex getLinePrevious()
int getPartIndex()
int getRingIndex()
int getSrid()
GeometryGeometry.
JTS supports Spatial Reference System information in the simple way
defined in the SFS. A Spatial Reference System ID (SRID) is present in
each Geometry object. Geometry provides basic
accessor operations for this field, but no others. The SRID is represented
as an integer.
int[] getVertexId()
int getVertexIndex()
boolean isEmpty()
GeometryGeometry is
empty.boolean isFrom()
boolean isTo()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.