org.deegree.crs
Class GeographicCRSType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.AbstractCRS
          extended by org.deegree.crs.GeographicCRSType

public class GeographicCRSType
extends AbstractCRS

A geographic crs is defined on a datum. The value should be a valid id of an element in the configuration.

Java class for GeographicCRSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GeographicCRSType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}AbstractCRS">
       <sequence>
         <element name="UsedDatum" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.crs.AbstractCRS
AbstractCRS.PolynomialTransformation
 
Field Summary
protected  String usedDatum
           
 
Fields inherited from class org.deegree.crs.AbstractCRS
axis, polynomialTransformation
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
GeographicCRSType()
           
 
Method Summary
 String getUsedDatum()
          Gets the value of the usedDatum property.
 void setUsedDatum(String value)
          Sets the value of the usedDatum property.
 
Methods inherited from class org.deegree.crs.AbstractCRS
getAxis, getPolynomialTransformation, setPolynomialTransformation
 
Methods inherited from class org.deegree.crs.Identifiable
getId, getNameOrVersionOrDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usedDatum

protected String usedDatum
Constructor Detail

GeographicCRSType

public GeographicCRSType()
Method Detail

getUsedDatum

public String getUsedDatum()
Gets the value of the usedDatum property.

Returns:
possible object is String

setUsedDatum

public void setUsedDatum(String value)
Sets the value of the usedDatum property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.