Geotools.Net

LocalCoordinateSystem Class

A local coordinate system, with uncertain relationship to the world (Not implemented);

For a list of all members of this type, see LocalCoordinateSystem Members.

System.Object
   AbstractInformation
      CoordinateSystem
         LocalCoordinateSystem

[Visual Basic]
Public Class LocalCoordinateSystem
Inherits CoordinateSystem
Implements ILocalCoordinateSystem
[C#]
public class LocalCoordinateSystem : CoordinateSystem, ILocalCoordinateSystem

Remarks

In general, a local coordinate system cannot be related to other coordinate systems. However, if two objects supporting this interface have the same dimension, axes, units and datum then client code is permitted to assume that the two coordinate systems are identical. This allows several datasets from a common source (e.g. a CAD system) to be overlaid. In addition, some implementations of the Coordinate Transformation (CT) package may have a mechanism for correlating local datums. (E.g. from a database of transformations, which is created and maintained from real-world measurements.)

Requirements

Namespace: Geotools.CoordinateReferenceSystems Namespace

Assembly: Geotools.dll

See Also

LocalCoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace