HorizontalCoordSys Class

Inherits from

GeoCalc.CoordSys

 

Classes that Inherit HorizontalCoordSys

GeoCalc.EarlyBoundCCoordSys

GeoCalc.FittedCoordSys

GeoCalc.GeocentricCoordSys

GeoCalc.GeodeticCoordSys

GeoCalc.ProjectedCoordSys

GeoCalc.StringCoordSys

 

Description

The HorizontalCoordSys class is the base class for all coordinate system objects in GeoCalc that rely on a horizontal datum (as opposed to a vertical datum).  The HorizontalCoordSys class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all horizontal coordinate system objects in GeoCalc.

 

Properties

Property

Description

HorizontalDatum

Gets or sets the horizontal datum associated with this coordinate reference system.

Inherited Property

Description

AlwaysSaveToCustom

Inherited from Serializable.

AreaOfUse

Inherited from Enclosure.

BaseCode

Inherited from CoordSys.

BaseObject

Inherited from CoordSys.

Class

Inherited from CoordSys.

Datum

Inherited from CoordSys.

DeprecatedTimestamp

Inherited from Serializable.

HistoryList

Inherited from Serializable.

Identifiers

Inherited from Serializable.

IsBase

Inherited from Serializable.

IsDeprecated

Inherited from Serializable.

IsFileBased

Inherited from Serializable.

IsGeodetic

Inherited from CoordSys.

IsReadOnly

Inherited from Serializable.

IsUsable

Inherited from Serializable.

Name

Inherited from Serializable.

ObjectType

Inherited from Serializable.

ObjectTypeName

Inherited from Serializable.

ParentCode

Inherited from CoordSys.

PointStyle

Inherited from CoordSys.

Remarks

Inherited from Serializable.

RevisionTimestamp

Inherited from Serializable.

Units

Inherited from CoordSys.

Usages

Inherited from Enclosure.

 

Methods

Method

Description

AllowsVertical

Returns whether or not the coord system is compatible with a vertical component.

FromGeodeticBase

Converts from geodetic base to coordinate reference system.

GetGeodeticBase

Gets the associated GeodeticCoordSys for this HorizontalCoordSys.

GetGeodeticCode

Gets the "GC" code of the Geodetic coordinate system that this is based on.

ToGeodeticBase

Converts from coordinate reference system to geodetic base.

Inherited Method

Description

ClearSaveInfo

Inherited from Serializable.

ClearUsabilityFlags

Inherited from Serializable.

Clone

Inherited from Serializable.

Equals

Inherited from CoordSys.

Equivalent

Inherited from CoordSys.

EquivalentDiffs

Inherited from CoordSys.

GetHashCode

Inherited from CoordSys.

GetObjectDescription

Inherited from CoordSys.

GetType

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

IsBaseNearlyEqual

Inherited from Serializable.

IsNearlyEqual

Inherited from Serializable.

IsUsabilityFlagSet

Inherited from Serializable.

SetUsabilityFlag

Inherited from Serializable.

SetUsage

Inherited from Enclosure.

SetUsages

Inherited from Enclosure.

ToString

Returns a string that represents the current object. Inherited from Object.

TryToFixUsability

Inherited from Serializable.

UnsetUsabilityFlag

Inherited from Serializable.

UsagesInBounds

Inherited from Enclosure.