org.deegree.crs
Class ProjectionDefinitions

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

public class ProjectionDefinitions
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="UserDefined" type="{http://www.deegree.org/crs}ProjectionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LambertAzimuthalEqualArea" type="{http://www.deegree.org/crs}ProjectionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LambertConformalConic" type="{http://www.deegree.org/crs}LambertConformalConicType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="StereographicAzimuthal" type="{http://www.deegree.org/crs}StereographicAzimuthalType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="StereographicAlternative" type="{http://www.deegree.org/crs}ProjectionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TransverseMercator" type="{http://www.deegree.org/crs}TransverseMercatorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Mercator" type="{http://www.deegree.org/crs}ProjectionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ProjectionType> lambertAzimuthalEqualArea
           
protected  List<LambertConformalConicType> lambertConformalConic
           
protected  List<ProjectionType> mercator
           
protected  List<ProjectionType> stereographicAlternative
           
protected  List<StereographicAzimuthalType> stereographicAzimuthal
           
protected  List<TransverseMercatorType> transverseMercator
           
protected  List<ProjectionType> userDefined
           
 
Fields inherited from class org.deegree.crs.Definitions
configVersion
 
Constructor Summary
ProjectionDefinitions()
           
 
Method Summary
 List<ProjectionType> getLambertAzimuthalEqualArea()
          Gets the value of the lambertAzimuthalEqualArea property.
 List<LambertConformalConicType> getLambertConformalConic()
          Gets the value of the lambertConformalConic property.
 List<ProjectionType> getMercator()
          Gets the value of the mercator property.
 List<ProjectionType> getStereographicAlternative()
          Gets the value of the stereographicAlternative property.
 List<StereographicAzimuthalType> getStereographicAzimuthal()
          Gets the value of the stereographicAzimuthal property.
 List<TransverseMercatorType> getTransverseMercator()
          Gets the value of the transverseMercator property.
 List<ProjectionType> getUserDefined()
          Gets the value of the userDefined 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

userDefined

protected List<ProjectionType> userDefined

lambertAzimuthalEqualArea

protected List<ProjectionType> lambertAzimuthalEqualArea

lambertConformalConic

protected List<LambertConformalConicType> lambertConformalConic

stereographicAzimuthal

protected List<StereographicAzimuthalType> stereographicAzimuthal

stereographicAlternative

protected List<ProjectionType> stereographicAlternative

transverseMercator

protected List<TransverseMercatorType> transverseMercator

mercator

protected List<ProjectionType> mercator
Constructor Detail

ProjectionDefinitions

public ProjectionDefinitions()
Method Detail

getUserDefined

public List<ProjectionType> getUserDefined()
Gets the value of the userDefined 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 userDefined property.

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

    getUserDefined().add(newItem);
 

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


getLambertAzimuthalEqualArea

public List<ProjectionType> getLambertAzimuthalEqualArea()
Gets the value of the lambertAzimuthalEqualArea 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 lambertAzimuthalEqualArea property.

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

    getLambertAzimuthalEqualArea().add(newItem);
 

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


getLambertConformalConic

public List<LambertConformalConicType> getLambertConformalConic()
Gets the value of the lambertConformalConic 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 lambertConformalConic property.

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

    getLambertConformalConic().add(newItem);
 

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


getStereographicAzimuthal

public List<StereographicAzimuthalType> getStereographicAzimuthal()
Gets the value of the stereographicAzimuthal 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 stereographicAzimuthal property.

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

    getStereographicAzimuthal().add(newItem);
 

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


getStereographicAlternative

public List<ProjectionType> getStereographicAlternative()
Gets the value of the stereographicAlternative 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 stereographicAlternative property.

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

    getStereographicAlternative().add(newItem);
 

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


getTransverseMercator

public List<TransverseMercatorType> getTransverseMercator()
Gets the value of the transverseMercator 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 transverseMercator property.

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

    getTransverseMercator().add(newItem);
 

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


getMercator

public List<ProjectionType> getMercator()
Gets the value of the mercator 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 mercator property.

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

    getMercator().add(newItem);
 

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



Copyright © 2011. All Rights Reserved.