org.opengis.cs
Interface CS_ProjectedCoordinateSystem

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

public interface CS_ProjectedCoordinateSystem
extends CS_HorizontalCoordinateSystem

A 2D cartographic coordinate system.

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 CS_GeographicCoordinateSystem getGeographicCoordinateSystem()
          Returns the GeographicCoordinateSystem.
 CS_LinearUnit getLinearUnit()
          Returns the LinearUnits.
 CS_Projection getProjection()
          Gets the projection.
 
Methods inherited from interface org.opengis.cs.CS_HorizontalCoordinateSystem
getHorizontalDatum
 
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

getGeographicCoordinateSystem

public CS_GeographicCoordinateSystem getGeographicCoordinateSystem()
                                                            throws java.rmi.RemoteException
Returns the GeographicCoordinateSystem.

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

getLinearUnit

public CS_LinearUnit getLinearUnit()
                            throws java.rmi.RemoteException
Returns the LinearUnits. The linear unit must be the same as the CS_CoordinateSystem units.

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

getProjection

public CS_Projection getProjection()
                            throws java.rmi.RemoteException
Gets the projection.

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