org.opengis.cs
Interface CS_Projection

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

public interface CS_Projection
extends CS_Info

A projection from geographic coordinates to projected coordinates.

Since:
1.00
Version:
1.01
Author:
Martin Daly

Method Summary
 java.lang.String getClassName()
          Gets the projection classification name (e.g.
 int getNumParameters()
          Gets number of parameters of the projection.
 CS_ProjectionParameter getParameter(int index)
          Gets an indexed parameter of the projection.
 
Methods inherited from interface org.opengis.cs.CS_Info
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML
 

Method Detail

getNumParameters

public int getNumParameters()
                     throws java.rmi.RemoteException
Gets number of parameters of the projection.

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

getParameter

public CS_ProjectionParameter getParameter(int index)
                                    throws java.rmi.RemoteException
Gets an indexed parameter of the projection.

Parameters:
index - Zero based index of parameter to fetch.
Throws:
java.rmi.RemoteException - if a remote method call failed.

getClassName

public java.lang.String getClassName()
                              throws java.rmi.RemoteException
Gets the projection classification name (e.g. 'Transverse_Mercator').

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