org.opengis.cs
Interface CS_VerticalCoordinateSystem

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

public interface CS_VerticalCoordinateSystem
extends CS_CoordinateSystem

A one-dimensional coordinate system suitable for vertical measurements.

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 CS_VerticalDatum getVerticalDatum()
          Gets the vertical datum, which indicates the measurement method.
 CS_LinearUnit getVerticalUnit()
          Gets the units used along the vertical axis.
 
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

getVerticalDatum

public CS_VerticalDatum getVerticalDatum()
                                  throws java.rmi.RemoteException
Gets the vertical datum, which indicates the measurement method.

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

getVerticalUnit

public CS_LinearUnit getVerticalUnit()
                              throws java.rmi.RemoteException
Gets the units used along the vertical axis. The vertical units must be the same as the CS_CoordinateSystem units.

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