HorizontalCoordSys Class

Inherits from

GEOCALCPBW_NAMESPACE::CoordSys

 

Classes that Inherit HorizontalCoordSys

GEOCALCPBW_NAMESPACE::GeocentricCoordSys

GEOCALCPBW_NAMESPACE::GeodeticCoordSys

GEOCALCPBW_NAMESPACE::FittedCoordSys

GEOCALCPBW_NAMESPACE::ProjectedCoordSys

GEOCALCPBW_NAMESPACE::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.

 

Public Methods

Method

Description

FromGeodeticBase

Converts a CoordPoint from geodetic coordinates

get_HorizontalDatum

Gets the HorizontalDatum associated with this HorizontalCoordSys

ToGeodeticBase

Converts a CoordPoint to geodetic coordinates

AllowsVertical

Checks if the CoordSys may be combined with a vertical

set_Datum

Derived from GEOCALCPBW_NAMESPACE::CoordSys

set_HorizontalDatum

Sets the HorizontalDatum associated with this HorizontalCoordSys