org.opengis.cs
Interface CS_LocalCoordinateSystem

All Superinterfaces:
CS_CoordinateSystem, CS_Info, java.rmi.Remote
All Known Implementing Classes:
LocalCoordinateSystem.Export

public interface CS_LocalCoordinateSystem
extends CS_CoordinateSystem

A local coordinate system, with uncertain relationship to the world. 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.)

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 CS_LocalDatum getLocalDatum()
          Gets the local datum.
 
Methods inherited from interface org.opengis.cs.CS_CoordinateSystem
getAxis, getDefaultEnvelope, getDimension, getUnits
 
Methods inherited from interface org.opengis.cs.CS_Info
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML
 

Method Detail

getLocalDatum

public CS_LocalDatum getLocalDatum()
                            throws java.rmi.RemoteException
Gets the local datum.

Throws:
java.rmi.RemoteException - if a remote method call failed.