| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.Identifiable
org.deegree.crs.CompoundCRSType
public class CompoundCRSType
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 | 
|---|
protected String usedCRS
protected AxisType heightAxis
protected Double defaultHeight
| Constructor Detail | 
|---|
public CompoundCRSType()
| Method Detail | 
|---|
public String getUsedCRS()
Stringpublic void setUsedCRS(String value)
value - allowed object is
     Stringpublic AxisType getHeightAxis()
AxisTypepublic void setHeightAxis(AxisType value)
value - allowed object is
     AxisTypepublic Double getDefaultHeight()
Doublepublic void setDefaultHeight(Double value)
value - allowed object is
     Double| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||