ProjectedPoint Class

Uses

GeoCalcNET.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.

 

Public Enumerations

Enum

Description

FormatOption

Contains values that give the various formats for use with the LocationString

 

Public Constructors

Constructor

Description

ProjectedPoint

Creates a new instance of the ProjectedPoint class

 

Public Properties

Property

Description

Class

Inherited from GeoCalcNET.CoordPoint

Dimensions

Inherited from GeoCalcNET.CoordPoint

East

Provides access to the East-coordinate

Height

Provides access to the Height-coordinate

Identifiers

Inherited from GeoCalcNET.Serializable

LocationString

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

Name

Inherited from GeoCalcNET.Serializable

North

Provides access to the North-coordinate

Remarks

Inherited from GeoCalcNET.Serializable

StringFormat

Specifies the format used by the LocationString property, according to the FormatOption 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

Dispose

Releases the resources used by the current instance

GetInUnits

Inherited from GeoCalcNET.CoordPoint

HasIdentifierIn

Inherited from GeoCalcNET.Serializable

SetInUnits

Inherited from GeoCalcNET.CoordPoint

ValueEquals

Compares the value of two ProjectedPoint instances