|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordPoint | |
---|---|
com.ibm.spatial.geom | Provides geometry interfaces and classes. |
Uses of CoordPoint in com.ibm.spatial.geom |
---|
Subclasses of CoordPoint in com.ibm.spatial.geom | |
---|---|
static class |
CoordPoint.Double
The Double class defines a 2D CoordPoint specified in double precision coordinates. |
static class |
CoordPoint.DoubleZM
The CoordPoint.DoubleZM class defines a CoordPoint specified in double precision coordinates. |
static class |
CoordPoint.Long
The Long class defines a 2D CoordPoint specified in integer coordinates. |
static class |
CoordPoint.LongZM
The LongZM class defines a CoordPoint specified in integer coordinates. |
Methods in com.ibm.spatial.geom that return CoordPoint | |
---|---|
CoordPoint |
Envelope.getCenter()
Returns a point containing the coordinates of the center of this object. |
CoordPoint |
IfxGeometry.getLabelPoint()
Returns a label point for this geometry. |
CoordPoint |
LineString.getPointAt(int index)
Returns the vertex at the specified position in this LineString. |
CoordPoint |
IfxLineString.getPointAt(int index)
Returns the point at the specified position in this geometry. |
CoordPoint |
IfxPoint.toCoordPoint()
Returns a CoordPoint object containing the coordinates of this point. |
Methods in com.ibm.spatial.geom with parameters of type CoordPoint | |
---|---|
void |
Envelope.add(CoordPoint point)
Extends this envelope object to contain the point passed as argument. |
Point |
GeometryFactory.createPoint(CoordPoint point)
Returns a Point located at the coordinates specified by point. |
void |
IfxLineString.endPoint(CoordPoint point)
Copy the coordinates of the last point of this curve into the specified argument point. |
void |
Curve.endPoint(CoordPoint point)
Fills in the CoordPoint passed as argument with
the coordinates of the last point of a Curve. |
void |
Envelope.getCenter(CoordPoint point)
Returns the coordinates of the center of this object in the point passed as argument. |
void |
IfxPoint.getLabelPoint(CoordPoint point)
Calculates a reasonable point location that can be used for labeling. |
void |
IfxMultiCoord.getLabelPoint(CoordPoint point)
Calculates a reasonable point location that can be used for labeling. |
void |
IfxGeometry.getLabelPoint(CoordPoint point)
Returns a label point for this geometry. |
void |
LineString.getPointAt(CoordPoint p,
int index)
Returns the vertex at the specified position in this geometry. |
void |
IfxLineString.getPointAt(CoordPoint p,
int index)
Returns the point at the specified position in this geometry. |
void |
CoordPoint.setCoord(CoordPoint point)
Sets the coordinates of this CoordPoint to the values specified by the argument. |
void |
IfxLineString.startPoint(CoordPoint point)
Copy the coordinates of the first point of this curve into the specified argument point. |
void |
Curve.startPoint(CoordPoint point)
Fills in the CoordPoint passed as argument with
the coordinates of the first point of a Curve. |
void |
IfxPoint.toCoordPoint(CoordPoint p)
Fills in the CoordPoint argument with the coordinates of this point. |
int |
IfxPoint.toPointArray(CoordPoint[] pointArray,
int destOffset,
int srcOffset,
int part,
int subPart)
This method overrides IfxGeometry#toPointArray. |
int |
IfxMultiCoord.toPointArray(CoordPoint[] pointArray,
int destOffset,
int srcOffset,
int part,
int subPart)
Copies up to count points from the specified part and subpart of this object, starting with the point at the position specified by index (relative to the current subpart beginning position), into pointArray. |
int |
IfxGeometryCollection.toPointArray(CoordPoint[] pointArray,
int destOffset,
int srcOffset,
int part,
int subPart)
Copies up to count points from the specified part and subpart of this object, starting with the point at the position specified by srcOffset (relative to the current subpart beginning position), into pointArray. |
abstract int |
IfxGeometry.toPointArray(CoordPoint[] pointArray,
int destOffset,
int srcOffset,
int part,
int subPart)
Copies up to count points from the specified part and subpart of this object, starting with the point at the position specified by index (relative to the current subpart beginning position), into pointArray. |
Constructors in com.ibm.spatial.geom with parameters of type CoordPoint | |
---|---|
CoordPoint.Double(CoordPoint point)
Constructs and initializes a CoordPoint from the coordinates of the specified CoordPoint. |
|
CoordPoint.DoubleZM(CoordPoint point)
Constructs and initializes a CoordPoint from the coordinates of the specified CoordPoint. |
|
CoordPoint.Long(CoordPoint point)
Constructs and initializes a CoordPoint from the coordinates of the specified CoordPoint. |
|
CoordPoint.LongZM(CoordPoint point)
Constructs and initializes a CoordPoint from the coordinates of the specified CoordPoint. |
|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |