Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.geom.Geometry
com.vividsolutions.jts.geom.Point
public class Point
extends Geometry
Point
.
Field Summary |
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void |
|
void |
|
Object |
|
protected int |
|
protected int |
|
protected Envelope | |
boolean |
|
Geometry | |
int | |
Coordinate | |
CoordinateSequence | |
Coordinate[] | |
int | |
String | |
int | |
double |
|
double |
|
boolean |
|
boolean |
|
boolean |
|
void |
Methods inherited from class com.vividsolutions.jts.geom.Geometry | |
apply , apply , apply , buffer , buffer , buffer , checkNotGeometryCollection , clone , compare , compareTo , compareTo , compareToSameClass , compareToSameClass , computeEnvelopeInternal , contains , convexHull , coveredBy , covers , 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 |
public Point(Coordinate coordinate, PrecisionModel precisionModel, int SRID)
Deprecated. Use GeometryFactory instead
Constructs aPoint
with the given coordinate.
- Parameters:
coordinate
- the coordinate on which to base thisPoint
, ornull
to create the empty geometry.precisionModel
- the specification of the grid of allowable points for thisPoint
SRID
- the ID of the Spatial Reference System used by thisPoint
public Point(CoordinateSequence coordinates, GeometryFactory factory)
- Parameters:
coordinates
- contains the single coordinate on which to base thisPoint
, ornull
to create the empty geometry.
protected int compareToSameClass(Object other)
- Overrides:
- compareToSameClass in interface Geometry
protected int compareToSameClass(Object other, CoordinateSequenceComparator comp)
- Overrides:
- compareToSameClass in interface Geometry
protected Envelope computeEnvelopeInternal()
- Overrides:
- computeEnvelopeInternal in interface Geometry
public boolean equalsExact(Geometry other, double tolerance)
- Overrides:
- equalsExact in interface Geometry
public int getBoundaryDimension()
- Overrides:
- getBoundaryDimension in interface Geometry
public double getX()
public double getY()