org.deegree.crs
Class CRSDefinitions

java.lang.Object
  extended by org.deegree.crs.Definitions
      extended by org.deegree.crs.CRSDefinitions

public class CRSDefinitions
extends Definitions

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_Definitions">
       <sequence>
         <element name="GeographicCRS" type="{http://www.deegree.org/crs}GeographicCRSType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ProjectedCRS" type="{http://www.deegree.org/crs}ProjectedCRSType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="GeocentricCRS" type="{http://www.deegree.org/crs}GeocentricCRSType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CompoundCRS" type="{http://www.deegree.org/crs}CompoundCRSType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<CompoundCRSType> compoundCRS
           
protected  List<GeocentricCRSType> geocentricCRS
           
protected  List<GeographicCRSType> geographicCRS
           
protected  List<ProjectedCRSType> projectedCRS
           
 
Fields inherited from class org.deegree.crs.Definitions
configVersion
 
Constructor Summary
CRSDefinitions()
           
 
Method Summary
 List<CompoundCRSType> getCompoundCRS()
          Gets the value of the compoundCRS property.
 List<GeocentricCRSType> getGeocentricCRS()
          Gets the value of the geocentricCRS property.
 List<GeographicCRSType> getGeographicCRS()
          Gets the value of the geographicCRS property.
 List<ProjectedCRSType> getProjectedCRS()
          Gets the value of the projectedCRS property.
 
Methods inherited from class org.deegree.crs.Definitions
getConfigVersion, setConfigVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geographicCRS

protected List<GeographicCRSType> geographicCRS

projectedCRS

protected List<ProjectedCRSType> projectedCRS

geocentricCRS

protected List<GeocentricCRSType> geocentricCRS

compoundCRS

protected List<CompoundCRSType> compoundCRS
Constructor Detail

CRSDefinitions

public CRSDefinitions()
Method Detail

getGeographicCRS

public List<GeographicCRSType> getGeographicCRS()
Gets the value of the geographicCRS property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the geographicCRS property.

For example, to add a new item, do as follows:

    getGeographicCRS().add(newItem);
 

Objects of the following type(s) are allowed in the list GeographicCRSType


getProjectedCRS

public List<ProjectedCRSType> getProjectedCRS()
Gets the value of the projectedCRS property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the projectedCRS property.

For example, to add a new item, do as follows:

    getProjectedCRS().add(newItem);
 

Objects of the following type(s) are allowed in the list ProjectedCRSType


getGeocentricCRS

public List<GeocentricCRSType> getGeocentricCRS()
Gets the value of the geocentricCRS property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the geocentricCRS property.

For example, to add a new item, do as follows:

    getGeocentricCRS().add(newItem);
 

Objects of the following type(s) are allowed in the list GeocentricCRSType


getCompoundCRS

public List<CompoundCRSType> getCompoundCRS()
Gets the value of the compoundCRS property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the compoundCRS property.

For example, to add a new item, do as follows:

    getCompoundCRS().add(newItem);
 

Objects of the following type(s) are allowed in the list CompoundCRSType



Copyright © 2011. All Rights Reserved.