ProjectedPoint Class

Uses

GeoCalcCOM.IProjectedPoint2

GeoCalcCOM.ICloneable

 

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.

 

Public Properties

Property

Description

ClassType

Indicates the type of this point, according to the CoordPointType enumeration

Dimensions

Indicates the number of coordinates used to define the position of this point

East

Provides access to the East-coordinate

Height

Provides access to the Height-coordinate

Identifiers

The IdentifierCollection that stores all identifiers for this object

LocationString

Gets or sets the location of this point with a string with the specified StringFormat

Name

The name of this object

North

Provides access to the North-coordinate

Remarks

Various remarks about this object

StringFormat

Specifies the format used by the LocationString property, according to the ProjectedPointFormatOption enumeration

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

CopyFormatting

Copies the formatting information from another ProjectedPoint

CopyLocation

Copies the location of another ProjectedPoint

DeepCopy

Produces a deep-copy of a ProjectedPoint

GetInUnits

Gets the coordinate values in the units used by this point

HasIdentifierIn

Indicates if this object has an identifier that is also present in the specified object

SetInUnits

Sets the coordinate values in the units used by this point

ValueEquals

Compares the value of two ProjectedPoint instances