The CartesianPoint class represents a single point in a Cartesian coordinate system, such as one defined by GeocentricCoordSys. A CartesianPoint describes its position in terms of distance from the origin on three mutually orthogonal axes. The origin is given by the point (0, 0, 0) and, in the case of a GeocentricCoordSys, it corresponds with the center of the earth.
|
Property |
Description |
|
Indicates the type of this point, according to the CoordPointType enumeration | |
|
Indicates the number of coordinates used to define the position of this point | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
The name of this object | |
|
Additional remarks about this object | |
|
The distance from this point to the origin on the x-axis | |
|
The distance from this point to the origin on the y-axis | |
|
The distance from this point to the origin on the z-axis |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Copies the formatting information from another CartesianPoint | |
|
Copies the location of another CartesianPoint | |
|
Produces a deep-copy of a CartesianPoint | |
|
Gets the coordinate values in the units used by this point | |
|
Indicates if this object has an identifier that is also present in the specified object | |
|
Sets the coordinate values in the units used by this point | |
|
Compares the value of two CartesianPoints |