|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
com.ibm.spatial.geom | Provides geometry interfaces and classes. |
Uses of Point in com.ibm.spatial.geom |
---|
Classes in com.ibm.spatial.geom that implement Point | |
---|---|
class |
IfxPoint
An implementation of the Point interface, plus additional convenience methods. |
Methods in com.ibm.spatial.geom that return Point | |
---|---|
Point |
Surface.centroid()
The mathematical centroid for this Surface as a Point. |
Point |
MultiSurface.centroid()
The mathematical centroid for this MultiSurface. |
Point |
IfxSurface.centroid()
The mathematical centroid for this Surface as a Point. |
Point |
IfxMultiPolygon.centroid()
The mathematical centroid for this MultiSurface. |
Point |
GeometryFactory.createPoint(CoordPoint point)
Returns a Point located at the coordinates specified by point. |
Point |
GeometryFactory.createPoint(double x,
double y)
Returns a Point located at the coordinates specified by x and y. |
Point |
GeometryFactory.createPoint(double x,
double y,
double z,
double m)
Returns a Point located at the coordinates specified by point. |
Point |
IfxLineString.endPoint()
Returns the end point of a LineString. |
Point |
Curve.endPoint()
Returns the end point of a Curve. |
Point |
LineString.pointN(int index)
Returns the vertex at the specified position in this LineString. |
Point |
IfxLineString.pointN(int index)
Returns the vertex at the specified position in this LineString. |
Point |
Surface.pointOnSurface()
Returns a point guaranteed to be on this Surface. |
Point |
MultiSurface.pointOnSurface()
A Point guaranteed to be on this MultiSurface. |
Point |
IfxSurface.pointOnSurface()
Returns a point guaranteed to be on this Surface. |
Point |
IfxMultiPolygon.pointOnSurface()
A Point guaranteed to be on this object. |
Point |
IfxLineString.startPoint()
Returns the start point of this LineString. |
Point |
Curve.startPoint()
Returns the start point of a Curve . |
Point |
IfxLineString.value(double r)
Returns the point located r coordinate units along the Curve from the start point. |
Point |
Curve.value(double r)
Returns the point located r coordinate units along the Curve from the start point. |
Constructors in com.ibm.spatial.geom with parameters of type Point | |
---|---|
CoordPoint.Double(Point point)
Constructs and initializes a CoordPoint from the coordinates of the specified OGC Point. |
|
CoordPoint.DoubleZM(Point point)
Constructs and initializes a CoordPoint from the coordinates of the specified OGC Point. |
|
CoordPoint.Long(Point point)
Constructs and initializes a CoordPoint from the coordinates of the specified OGC Point. |
|
CoordPoint.LongZM(Point point)
Constructs and initializes a CoordPoint from the coordinates of the specified OGC Point. |
|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |