ProjectedPoint Class

Inherits from

GeoCalc.CoordPoint

 

Description

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.

 

Constructors

Constructor

Description

ProjectedPoint

Creates a new instance of the ProjectedPoint class

 

Properties

Property

Description

Axis1

Gets or sets the formatted value associated with the first ordinate/axis, Longitude (Overrides CoordPoint.Axis1).

Axis2

Gets or sets the formatted value associated with the second ordinate/axis, Latitude (Overrides CoordPoint.Axis2).

Axis3

Gets or sets the formatted value associated with the third ordinate/axis, Height (Overrides CoordPoint.Axis3).

Class

Gets the point type. (Overrides CoordPoint.Class).

Easting

Gets or sets the easting (first ordinal) of this point.

Height

Gets or sets the height (third ordinal), if there are 3 dimensions, of this point.

Northing

Gets or sets the northing (second ordinal) of this point.

Inherited Property

Description

AlwaysSaveToCustom

Inherited from Serializable.

DeprecatedTimestamp

Inherited from Serializable.

Dimensions

Inherited from CoordPoint.

HistoryList

Inherited from Serializable.

Identifiers

Inherited from Serializable.

IsBase

Inherited from Serializable.

IsDeprecated

Inherited from Serializable.

IsFileBased

Inherited from Serializable.

IsReadOnly

Inherited from Serializable.

IsUsable

Inherited from Serializable.

Name

Inherited from Serializable.

ObjectType

Inherited from Serializable.

ObjectTypeName

Inherited from Serializable.

Remarks

Inherited from Serializable.

RevisionTimestamp

Inherited from Serializable.

Unit

Inherited from CoordPoint.

 

Methods

Method

Description

Clone

Creates a clone of this object. (Overrides the abstract Serializable.Clone()).

CopyFormatting

Copies the formatting of the source point. (Overrides CoordPoint.CopyFormatting()).

CopyLocation

Copies the location of the source point. (Overrides CoordPoint.CopyLocation()).

GetInUnits

Gets the coordinate values in their defined units of measure. (Inherited from and overrides CoordPoint.GetInUnits()).

SetInUnits

Sets the coordinate values in their defined units of measure. (Inherits from and overrides CoordPoint.SetInUnits).

ToString

Converts this geodetic point to its string representation. (Overrides CoordPoint.ToString()).

Inherited Method

Description

ClearSaveInfo

Inherited from Serializable.

ClearUsabilityFlags

Inherited from Serializable.

Equals

Inherited from CoordPoint.

Equivalent

Inherited from CoordPoint.

EquivalentDiffs

Inherited from Serializable.

GetHashCode

Inherited from CoordPoint.

GetObjectDescription

Inherited from Serializable.

GetType

Gets the Type of the current instance. (Inherited from Object).

IsBaseNearlyEqual

Inherited from Serializable.

IsNearlyEqual

Inherited from Serializable.

IsUsabilityFlagSet

Inherited from Serializable.

SetAllEmpty

Inherited from CoordPoint.

SetAxis1Empty

Inherited from CoordPoint.

SetAxis2Empty

Inherited from CoordPoint.

SetAxis3Empty

Inherited from CoordPoint.

SetUsabilityFlag

Inherited from Serializable.

StrictlyEquals

Inherited from CoordPoint.

TryToFixUsability

Inherited from Serializable.

UnsetUsabilityFlag

Inherited from Serializable.

 

Overloaded Operators

Operator

Description

operator=

Assigns a new value to this ProjectedPoint

operator==

Compares the value of two ProjectedPoints

operator!=

Compares the value of two ProjectedPoints