public class PointDouble extends AbstractPoint implements Serializable
NULL_ORDINATE, X, Y, ZM, sortedGeometryTypes| Modifier | Constructor and Description |
|---|---|
protected |
PointDouble() |
|
PointDouble(double... coordinates) |
protected |
PointDouble(GeometryFactory geometryFactory,
double... coordinates) |
|
PointDouble(int axisCount) |
|
PointDouble(int axisCount,
double... coordinates) |
|
PointDouble(List<Number> coordinates) |
|
PointDouble(Point coordinates) |
|
PointDouble(Point point,
int axisCount) |
| Modifier and Type | Method and Description |
|---|---|
PointDouble |
clone()
Creates and returns a full copy of this
Point object. |
int |
getAxisCount() |
double |
getCoordinate(int axisIndex)
Gets the ordinate value for the given index.
|
double[] |
getCoordinates() |
boolean |
isEmpty()
Tests whether the set of points covered by this
Geometry is
empty. |
Point |
move(double... deltas) |
angle2d, appendVertex, clonePoint, compareTo, compareToSameClass, computeBoundingBox, copy, copyCoordinates, deleteVertex, distance, distance, distance3d, doEquals, equals, equals, equals, equals2d, equalsExact, getBoundary, getBoundaryDimension, getDataType, getDimension, getGeometryFactory, getM, getPoint, getPointWithin, getSegment, getTime, getToVertex, getVertex, getVertexCount, getX, getY, getZ, hashCode, insertVertex, intersects, isEquivalentClass, isSimple, isValid, moveVertex, normalize, prepare, reverse, segments, verticesbuffer, buffer, buffer, checkNotGeometryCollection, compare, contains, containsProperly, convert, convert, convexHull, coveredBy, covers, createVertexId, crosses, difference, disjoint, distance, envelopeCovers, envelopesIntersect, equal, equals, equals, equalsExact, equalsNorm, equalsTopo, geometries, getArea, getBoundingBox, getCentroid, getClassSortIndex, getCoordinateSystem, getEnvelope, getGeometries, getGeometries, getGeometry, getGeometryComponents, getGeometryCount, getGeometryType, getInteriorPoint, getLength, getNonZeroGeometryFactory, getSrid, getUserData, getVertexIndex, hasInvalidXyCoordinates, hasNonEmptyElements, hasNullElements, intersection, intersects, isAnyTargetComponentInTest, isGeometryCollection, isRectangle, isWithinDistance, overlaps, relate, relate, setUserData, setVertexIndex, symDifference, toClockwise, toCounterClockwise, toString, touches, toWkt, union, union, withinfinalize, getClass, notify, notifyAll, wait, wait, waitbuffer, buffer, buffer, contains, containsProperly, convert, convert, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equal, equals, equals, equalsExact, equalsNorm, equalsTopo, geometries, getArea, getBoundingBox, getCentroid, getClassSortIndex, getCoordinateSystem, getEnvelope, getGeometries, getGeometries, getGeometry, getGeometryComponents, getGeometryCount, getGeometryType, getInteriorPoint, getLength, getSrid, getUserData, hasInvalidXyCoordinates, intersection, intersects, isRectangle, isWithinDistance, overlaps, relate, relate, setUserData, symDifference, toClockwise, toCounterClockwise, touches, toWkt, union, union, withinprotected PointDouble()
public PointDouble(double... coordinates)
protected PointDouble(GeometryFactory geometryFactory, double... coordinates)
public PointDouble(int axisCount)
public PointDouble(int axisCount,
double... coordinates)
public PointDouble(Point coordinates)
public PointDouble(Point point, int axisCount)
public PointDouble clone()
AbstractPointPoint object.
(including all coordinates contained by it).public int getAxisCount()
getAxisCount in interface GeometrygetAxisCount in class AbstractGeometrypublic double getCoordinate(int axisIndex)
PointPoint.X, Point.Y, and Point.Z.getCoordinate in interface PointaxisIndex - the ordinate indexpublic double[] getCoordinates()
getCoordinates in interface PointgetCoordinates in class AbstractPointpublic boolean isEmpty()
AbstractGeometryGeometry is
empty.isEmpty in interface GeometryisEmpty in class AbstractPointtrue if this Geometry does not cover any pointsCopyright © 2015 Revolution Systems Inc.. All rights reserved.