org.deegree.crs
Class CompoundCRSType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.CompoundCRSType

public class CompoundCRSType
extends Identifiable

A compound crs is defined on a crs with a vertical Axis defining the height above or below the ellipsoid. The default height, denotes a height value if no z coordinate is given.

Java class for CompoundCRSType complex type.

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

 <complexType name="CompoundCRSType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_Identifiable">
       <sequence>
         <element name="UsedCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="HeightAxis" type="{http://www.deegree.org/crs}AxisType"/>
         <element name="DefaultHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double defaultHeight
           
protected  AxisType heightAxis
           
protected  String usedCRS
           
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
CompoundCRSType()
           
 
Method Summary
 Double getDefaultHeight()
          Gets the value of the defaultHeight property.
 AxisType getHeightAxis()
          Gets the value of the heightAxis property.
 String getUsedCRS()
          Gets the value of the usedCRS property.
 void setDefaultHeight(Double value)
          Sets the value of the defaultHeight property.
 void setHeightAxis(AxisType value)
          Sets the value of the heightAxis property.
 void setUsedCRS(String value)
          Sets the value of the usedCRS property.
 
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

usedCRS

protected String usedCRS

heightAxis

protected AxisType heightAxis

defaultHeight

protected Double defaultHeight
Constructor Detail

CompoundCRSType

public CompoundCRSType()
Method Detail

getUsedCRS

public String getUsedCRS()
Gets the value of the usedCRS property.

Returns:
possible object is String

setUsedCRS

public void setUsedCRS(String value)
Sets the value of the usedCRS property.

Parameters:
value - allowed object is String

getHeightAxis

public AxisType getHeightAxis()
Gets the value of the heightAxis property.

Returns:
possible object is AxisType

setHeightAxis

public void setHeightAxis(AxisType value)
Sets the value of the heightAxis property.

Parameters:
value - allowed object is AxisType

getDefaultHeight

public Double getDefaultHeight()
Gets the value of the defaultHeight property.

Returns:
possible object is Double

setDefaultHeight

public void setDefaultHeight(Double value)
Sets the value of the defaultHeight property.

Parameters:
value - allowed object is Double


Copyright © 2011. All Rights Reserved.