The StringPoint class represents a point in a StringCoordSys. The location of a StringPoint is given by a single Location string value.
In order to convert StringPoints to and from their matching GeodeticPoint values, you must use the ToGeodeticBase or FromGeodeticBase functions on the associated StringCoordSys, using the appropriate StringPointTranslator.
Constructor |
Description |
Creates a new instance of the StringPoint class |
Property |
Description |
Gets or sets the formatted value associated with the first ordinate/axis, Longitude (Overrides CoordPoint.Axis1). |
|
Gets or sets the formatted value associated with the second ordinate/axis, Latitude (Overrides CoordPoint.Axis2). |
|
Gets or sets the formatted value associated with the third ordinate/axis, Height (Overrides CoordPoint.Axis3). |
|
Gets the point type. (Overrides CoordPoint.Class). |
|
Gets or sets the string describing the point label. |
|
Gets or sets the string describing the point location. |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
Method |
Description |
Creates a clone of this object. (Overrides the abstract Serializable.Clone()). |
|
Copies the formatting of the source point. (Overrides CoordPoint.CopyFormatting()). |
|
Copies the location of the source point. (Overrides CoordPoint.CopyLocation()). |
|
Value equals comparison. (Overrides CoordPoint.Equals()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides CoordPoint.Equivalent()). |
|
Serves as a hash function for a particular type. (Overrides CoordPoint.GetHashCode). |
|
Comparison to see if the object obj is exactly equal to this. (Overrides CoordPoint.StrictlyEquals()). |
|
Converts this geodetic point to its string representation. (Overrides CoordPoint.ToString()). |
|
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from Serializable. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherited from CoordPoint. |
|
Inherits from CoordPoint. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
Operator |
Description |
Assigns a new value to this StringPoint |
|
Compares the value of two StringPoints |
|
Compares the value of two StringPoints |