GEOCALCPBW_NAMESPACE::CoordPoint
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.
Constructor |
Description |
Creates a new instance of the CartesianPoint class |
|
Creates a new instance of the CartesianPoint class |
Method |
Description |
Produces a deep-copy of a CartesianPoint |
|
Copies the formatting information from the specified CartesianPoint |
|
Copies the location of the specified CartesianPoint |
|
Returns the value of the x-coordinate |
|
Returns the value of the y-coordinate |
|
Returns the value of the z-coordinate |
|
Sets the value of the x-coordinate |
|
Sets the value of the y-coordinate |
|
Sets the value of the z-coordinate |
|
Compares the value of two CartesianPoints |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
|
Derived from GEOCALCPBW_NAMESPACE::CoordPoint. |
Operator |
Description |
Assigns a new value to this CartesianPoint |
|
Compares the value of two CartesianPoints |
|
Compares the value of two CartesianPoints |