The ProjectedPoint class represents a point in a ProjectedCoordSys. The location of a ProjectedPoint is given by three LinearValues, the East coordinate, the North coordinate, and the Height coordinate.
|
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 | |
|
Provides access to the East-coordinate | |
|
Provides access to the Height-coordinate | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
Gets or sets the location of this point with a string with the specified StringFormat | |
|
The name of this object | |
|
Provides access to the North-coordinate | |
|
Various remarks about this object | |
|
Specifies the format used by the LocationString property, according to the ProjectedPointFormatOption enumeration |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Copies the formatting information from another ProjectedPoint | |
|
Copies the location of another ProjectedPoint | |
|
Produces a deep-copy of a ProjectedPoint | |
|
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 ProjectedPoint instances |