CoordSys Class

Uses

GeoCalcNET.Serializable

 

Classes that Use CoordSys

GeoCalcNET.FittedCoordSys

GeoCalcNET.GeocentricCoordSys

GeoCalcNET.GeodeticCoordSys

GeoCalcNET.ProjectedCoordSys

 

Description

The CoordSys class is the base class for all coordinate system objects in GeoCalcNET.  A coordinate system is a system used to specify points in some space.  The CoordSys class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all coordinate system objects in GeoCalcNET.

 

Public Enumerations

Enum

Description

ClassType

Contains elements that correspond to classes that use CoordSys

 

Public Properties

Property

Description

Class

Indicates the type of this instance

Datum

The HorizontalDatum used to approximate the Earth

Envelope

The area in which this CoordSys is intended to be used

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

PointStyle

The style of CoordPoint used in this CoordSys

Remarks

Inherited from GeoCalcNET.Serializable

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

DeepCopy

Produces a deep-copy of a CoordSys

Dispose

Releases the resources used by the current instance

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

ValueEquals

Compares the value of two CoordSys instances