CoordPoint Class

Uses

GeoCalcNET.Serializable

 

Classes that use CoordPoint

GeoCalcNET.CartesianPoint

GeoCalcNET.GeodeticPoint

GeoCalcNET.ProjectedPoint

 

Description

The CoordPoint class defines the base class for all point objects in GeoCalcNET.  A point represents a single location in a coordinate system.  It cannot be instantiated, as it is an abstract class, but it defines those methods and properties common to all points in GeoCalcNET.

 

Enumerations

Enum

Description

ClassType

Contains elements that correspond to classes that use CoordPoint

 

Properties

Property

Description

Class

Indicates the type of this instance

Dimension

The number of dimesions used in this CoordPoint

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

Remarks

Inherited from GeoCalcNET.Serializable

 

Methods

Method

Description

Clone

Produces a deep-copy of this instance

DeepCopy

Produces a deep-copy of a CoordPoint

Dispose

Releases the resources used by the current instance

GetInUnits

Gets the values of the coordinates in the units used by the CoordPoint

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

SetInUnits

Sets the values of the coordinates in the units used by the CoordPoint

ValueEquals

Compares the value of two CoordPoint instances