|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.crs.Definitions org.deegree.crs.ProjectionDefinitions
public class ProjectionDefinitions
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 |
---|
protected List<ProjectionType> userDefined
protected List<ProjectionType> lambertAzimuthalEqualArea
protected List<LambertConformalConicType> lambertConformalConic
protected List<StereographicAzimuthalType> stereographicAzimuthal
protected List<ProjectionType> stereographicAlternative
protected List<TransverseMercatorType> transverseMercator
protected List<ProjectionType> mercator
Constructor Detail |
---|
public ProjectionDefinitions()
Method Detail |
---|
public List<ProjectionType> getUserDefined()
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
public List<ProjectionType> getLambertAzimuthalEqualArea()
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
public List<LambertConformalConicType> getLambertConformalConic()
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
public List<StereographicAzimuthalType> getStereographicAzimuthal()
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
public List<ProjectionType> getStereographicAlternative()
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
public List<TransverseMercatorType> getTransverseMercator()
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
public List<ProjectionType> getMercator()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |