CartesianPoint Class

Uses

GeoCalcNET.CoordPoint

 

Description

The CartesianPoint class represents a single point in a Cartesian coordinate system, such as one defined by GeocentricCoordSys.  A CartesianPoint describes its position in terms of distance from the origin on three mutually orthogonal axes.  The origin is given by the point (0, 0, 0) and, in the case of a GeocentricCoordSys, it corresponds with the center of the earth.  

 

Public Constructors

Constructor

Description

CartesianPoint

Creates a new instance of CartesianPoint

 

Public Properties

Property

Description

Class

Inherited from GeoCalcNET.CoordPoint

Dimensions

Inherited from GeoCalcNET.CoordPoint

Identifiers

Inherited from GeoCalcNET.Serializable

Name

Inherited from GeoCalcNET.Serializable

Remarks

Inherited from GeoCalcNET.Serializable

X

The distance from this point to the origin on the x-axis

Y

The distance from this point to the origin on the y-axis

Z

The distance from this point to the origin on the z-axis

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

CopyFormatting

Copies the formatting information from another CartesianPoint

CopyLocation

Copies the location of another CartesianPoint

DeepCopy

Produces a deep-copy of a CartesianPoint

Dispose

Releases the resources used by the current instance

GetInUnits

Inherited from GeoCalcNET.CoordPoint

HasIdentifiersIn

Inherited from GeoCalcNET.Serializable

SetInUnits

Inherited from GeoCalcNET.CoordPoint

ValueEquals

Compares the value of two CartesianPoints