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 |
|
Inherited from GeoCalcPBW::Serializable | |
|
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 | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Gets the coordinate values for this point | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Sets the coordinate values for this point | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Inherited from GeoCalcPBW::Serializable | |
|
Compares the value of two CoordPoints |
|
Operator |
Description |
|
Assigns a new value to this CoordPoint | |
|
Compares the value of two CoordPoints | |
|
Compares the value of two CoordPoints |