ProjectedPoint Class

Uses

GeoCalcPBW::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

Indicates the types of formatting for use with the LocationString

 

Public Constructors

Constructor

Description

CreateProjectedPoint

Creates a new instance of the ProjectedPoint class

ProjectedPoint

Creates a new instance of the ProjectedPoint class

 

Public Methods

Method

Description

Clone

Inherited from GeoCalcPBW::Serializable

CloneCoordPoint

Inherited from GeoCalcPBW::CoordPoint

CopyFormatting

Copies the formatting information from another ProjectedPoint

CopyLocation

Copies the location of another ProjectedPoint

DeepCopy

Produces a deep-copy of a ProjectedPoint

get_Class

Inherited from GeoCalcPBW::CoordPoint

get_Dimensions

Inherited from GeoCalcPBW::CoordPoint

get_East

Returns the value of the East-coordinate

get_Height

Returns the value of the Height-coordinate

get_Identifiers

Inherited from GeoCalcPBW::Serializable

get_InUnits

Inherited from GeoCalcPBW::CoordPoint

get_LocationString

Returns the location of this point as a string in the format indicated by StringFormat

get_Name

Inherited from GeoCalcPBW::Serializable

get_North

Returns the value of the North-coordinate

get_ObjectType

Inherited from GeoCalcPBW::Serializable

get_Remarks

Inherited from GeoCalcPBW::Serializable

get_StringFormat

Gets the format used with the LocationString, according to the FormatOption enumeration

HasIdentifierIn

Inherited from GeoCalcPBW::Serializable

set_East

Sets the value of the East-coordinate

set_Height

Sets the value of the Height-coordinate

set_Identifiers

Inherited from GeoCalcPBW::Serializable

set_InUnits

Inherited from GeoCalcPBW::CoordPoint

set_LocationString

Sets the location of this point with a string in the format indicated by StringFormat

set_Name

Inherited from GeoCalcPBW::Serializable

set_North

Sets the value of the North-coordinate

set_Remarks

Inherited from GeoCalcPBW::Serializable

set_StringFormat

Sets the format used with the LocationString, according to the FormatOption enumeration

ValueEquals

Compares the value of two ProjectedPoints

 

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