org.opengis.cs
Interface CS_LinearUnit

All Superinterfaces:
CS_Info, CS_Unit, java.rmi.Remote
All Known Implementing Classes:
Info.LinearUnit

public interface CS_LinearUnit
extends CS_Unit

Definition of linear units.

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 double getMetersPerUnit()
          Returns the number of meters per LinearUnit.
 
Methods inherited from interface org.opengis.cs.CS_Info
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML
 

Method Detail

getMetersPerUnit

public double getMetersPerUnit()
                        throws java.rmi.RemoteException
Returns the number of meters per LinearUnit.

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