GEOCALCPBW_NAMESPACE::Serializable
GEOCALCPBW_NAMESPACE::CartesianPoint
GEOCALCPBW_NAMESPACE::GeodeticPoint
GEOCALCPBW_NAMESPACE::ProjectedPoint
GEOCALCPBW_NAMESPACE::StringPoint
GEOCALCPBW_NAMESPACE::VerticalPoint
The CoordPoint class defines the base class for all point objects in GeoCalc. A point represents a single location in a coordinate system. It cannot be instantiated, as it is an abstract class, but it defines those methods and properties common to all points in GeoCalc.
|
Enum |
Description |
|
Contains elements that correspond to classes that use CoordPoint |
|
Method |
Description |
|
Produces a deep-copy of the current instance |
|
|
Produces a deep-copy of a CoordPoint |
|
|
Returns the type of this instance, according to the ClassType enumeration |
|
|
Returns the number of dimensions represented by this point |
|
|
Gets the coordinate values for this point |
|
|
Sets the coordinate values for this point |
|
|
Compares the value of two CoordPoints |
|
|
Gets the formatted value associated with axis x. |
|
|
Sets the formatted value associated with axis x. |
|
|
Gets the formatted value associated with axis y. |
|
|
Sets the formatted value associated with axis y. |
|
|
Gets the formatted value associated with axis z. |
|
|
Sets the formatted value associated with axis z. |
|
Operator |
Description |
|
Assigns a new value to this CoordPoint |
|
|
Compares the value of two CoordPoints |
|
|
Compares the value of two CoordPoints |