|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point | |
|---|---|
| com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
| com.vividsolutions.jts.geom.util | Provides classes that parse and modify Geometry objects. |
| Uses of Point in com.vividsolutions.jts.geom |
|---|
| Methods in com.vividsolutions.jts.geom that return Point | |
|---|---|
Point |
GeometryFactory.createPoint(Coordinate coordinate)
Creates a Point using the given Coordinate; a null Coordinate will create an empty Geometry. |
Point |
GeometryFactory.createPoint(CoordinateSequence coordinates)
Creates a Point using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty Point. |
static Point |
GeometryFactory.createPointFromInternalCoord(Coordinate coord,
Geometry exemplar)
|
Point |
Geometry.getCentroid()
Computes the centroid of this Geometry. |
Point |
LineString.getEndPoint()
|
Point |
Geometry.getInteriorPoint()
Computes an interior point of this Geometry. |
Point |
LineString.getPointN(int n)
|
Point |
LineString.getStartPoint()
|
static Point[] |
GeometryFactory.toPointArray(Collection points)
Converts the List to an array. |
| Methods in com.vividsolutions.jts.geom with parameters of type Point | |
|---|---|
MultiPoint |
GeometryFactory.createMultiPoint(Point[] point)
Creates a MultiPoint using the given Points. |
| Constructors in com.vividsolutions.jts.geom with parameters of type Point | |
|---|---|
MultiPoint(Point[] points,
GeometryFactory factory)
|
|
MultiPoint(Point[] points,
PrecisionModel precisionModel,
int SRID)
Deprecated. Use GeometryFactory instead |
|
| Uses of Point in com.vividsolutions.jts.geom.util |
|---|
| Methods in com.vividsolutions.jts.geom.util with parameters of type Point | |
|---|---|
protected Geometry |
GeometryTransformer.transformPoint(Point geom,
Geometry parent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||