|
||||||||||
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.CRSDefinitions
public class CRSDefinitions
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 |
---|
protected List<GeographicCRSType> geographicCRS
protected List<ProjectedCRSType> projectedCRS
protected List<GeocentricCRSType> geocentricCRS
protected List<CompoundCRSType> compoundCRS
Constructor Detail |
---|
public CRSDefinitions()
Method Detail |
---|
public List<GeographicCRSType> getGeographicCRS()
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
public List<ProjectedCRSType> getProjectedCRS()
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
public List<GeocentricCRSType> getGeocentricCRS()
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
public List<CompoundCRSType> getCompoundCRS()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |