org.deegree.ogcwebservices.wps.describeprocess
Class SupportedCRSs
java.lang.Object
org.deegree.ogcwebservices.wps.describeprocess.SupportedCRSs
public class SupportedCRSs
- extends java.lang.Object
SupportedCRSs.java
Created on 09.03.2006. 22:54:24h
List of supported Coordinate Reference Systems.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Christian Kiehle, Christian Heier, last edited by: $Author: mschneider $
Field Summary |
protected java.util.List<java.net.URI> |
crs
Unordered list of references to the coordinate reference systems supported. |
protected java.net.URI |
defaultCRS
Reference to the CRS that will be used unless the Execute operation request specifies another
supported CRS. |
Constructor Summary |
SupportedCRSs(java.util.List<java.net.URI> crs,
java.net.URI defaultCRS)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
crs
protected java.util.List<java.net.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 java.net.URI defaultCRS
- Reference to the CRS that will be used unless the Execute operation request specifies another
supported CRS.
SupportedCRSs
public SupportedCRSs(java.util.List<java.net.URI> crs,
java.net.URI defaultCRS)
- Parameters:
crs
- defaultCRS
-
getCRS
public java.util.List<java.net.URI> getCRS()
- Returns:
- CRS
getDefaultCRS
public java.net.URI getDefaultCRS()
- Returns:
- Returns the defaultCRS.
setDefaultCRS
public void setDefaultCRS(java.net.URI defaultCRS)
- Parameters:
defaultCRS
- The defaultCRS to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org