com.vividsolutions.jts.geom
Class Point
- Cloneable, Comparable, Serializable
Basic implementation of Point
.
apply , apply , apply , buffer , buffer , checkNotGeometryCollection , clone , compare , compareTo , compareToSameClass , computeEnvelopeInternal , contains , convexHull , crosses , difference , disjoint , distance , equal , equals , equalsExact , equalsExact , geometryChanged , geometryChangedAction , getArea , getBoundary , getBoundaryDimension , getCentroid , getCoordinate , getCoordinates , getDimension , getEnvelope , getEnvelopeInternal , getFactory , getGeometryN , getGeometryType , getInteriorPoint , getLength , getNumGeometries , getNumPoints , getPrecisionModel , getSRID , getUserData , hasNonEmptyElements , hasNullElements , intersection , intersects , isEmpty , isEquivalentClass , isRectangle , isSimple , isValid , isWithinDistance , normalize , overlaps , relate , relate , setSRID , setUserData , symDifference , toString , toText , touches , union , within |
Point
public Point(Coordinate coordinate,
PrecisionModel precisionModel,
int SRID)
Use GeometryFactory instead
Constructs a Point
with the given coordinate.
coordinate
- the coordinate on which to base this Point
, or null
to create the empty geometry.precisionModel
- the specification of the grid of allowable points
for this Point
SRID
- the ID of the Spatial Reference System used by this
Point
Point
public Point(CoordinateSequence coordinates,
GeometryFactory factory)
coordinates
- contains the single coordinate on which to base this Point
, or null
to create the empty geometry.