org.opengis.cs
Interface CS_HorizontalCoordinateSystem

All Superinterfaces:
CS_CoordinateSystem, CS_Info, java.rmi.Remote
All Known Subinterfaces:
CS_GeographicCoordinateSystem, CS_ProjectedCoordinateSystem
All Known Implementing Classes:
GeographicCoordinateSystem.Export, HorizontalCoordinateSystem.Export, ProjectedCoordinateSystem.Export

public interface CS_HorizontalCoordinateSystem
extends CS_CoordinateSystem

A 2D coordinate system suitable for positions on the Earth's surface.

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 CS_HorizontalDatum getHorizontalDatum()
          Returns the HorizontalDatum.
 
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

getHorizontalDatum

public CS_HorizontalDatum getHorizontalDatum()
                                      throws java.rmi.RemoteException
Returns the HorizontalDatum.

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