org.deegree.ogcwebservices.wps.describeprocess
Class SupportedCRSs
java.lang.Object
  
org.deegree.ogcwebservices.wps.describeprocess.SupportedCRSs
public class SupportedCRSs
- extends Object
 
SupportedCRSs.java
 
 Created on 09.03.2006. 22:54:24h
 
 List of supported Coordinate Reference Systems.
- Version:
 
  - $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Christian Kiehle, Christian Heier, last edited by: $Author: bezema $
 
| 
Field Summary | 
protected  List<URI> | 
crs
 
          Unordered list of references to the coordinate reference systems supported. | 
protected  URI | 
defaultCRS
 
          Reference to the CRS that will be used unless the Execute operation request specifies another
 supported CRS. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
crs
protected List<URI> crs
- Unordered list of references to the coordinate reference systems supported. This element
 shall not be included if there is only one (i.e., the default) CRS supported.
 
defaultCRS
protected URI defaultCRS
- Reference to the CRS that will be used unless the Execute operation request specifies another
 supported CRS.
 
SupportedCRSs
public SupportedCRSs(List<URI> crs,
                     URI defaultCRS)
- Parameters:
 crs - defaultCRS - 
getCRS
public List<URI> getCRS()
- Returns:
 - CRS
 
 
getDefaultCRS
public URI getDefaultCRS()
- Returns:
 - Returns the defaultCRS.
 
 
setDefaultCRS
public void setDefaultCRS(URI defaultCRS)
- Parameters:
 defaultCRS - The defaultCRS to set.
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net