Click or drag to resize
CrsCoodinateSystemType Enumeration

Namespace: FDF.Common.CoordinateSystems
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public enum CrsCoodinateSystemType
Members
  Member nameValueDescription
Affine0 2D or 3D coordinate system with straight axes that are not necessarily orthogonal.
Cartesian1 1D, 2D, or 3D coordinate system. It gives the position of points relative to orthogonal straight axes in 2D and 3D cases. In 1D case, it contains a single straight axis. In the multi-dimensional case, all axes shall have the same unit of measure.
Cylindrical2 3D coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
Ellipsoidal3 2D or 3D coordinate system in which position is specified by geodetic latitude, geodetic longitude and (in 3D case) ellipsoidal height. The ellipsoidal height direction is exactly perpendicular to the surface of the ellipsoid.
Linear4 1D coordinate system that consists of the points that lie on the axis of a linear feature, for example a pipeline.
Polar5 2D coordinate system in which position is specified by distance from the origin and the angle between the line from origin to point and a reference direction.
Spherical6 3D coordinate system with one distance, measured from the origin, and two angular coordinates. Not to be confused with an ellipsoidal coordinate system based on an ellipsoid "degenerated" into a sphere.
Vertical7
GravityRelated8 1D coordinate system dependent on the Earth's gravity field used to record the heights (or depths) of points. In general the gravity field is not exactly perpendicular to the surface of the ellipsoid used to model the earth.
See Also