|
||||||||||
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.CRSConfiguration
public class CRSConfiguration
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="ProjectionsFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TransformationsFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PrimeMeridiansFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="EllispoidsFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="DatumsFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CRSsFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{http://www.deegree.org/crs}ProjectionDefinitions" minOccurs="0"/> <element ref="{http://www.deegree.org/crs}TransformationDefinitions" minOccurs="0"/> <element ref="{http://www.deegree.org/crs}PMDefinitions" minOccurs="0"/> <element ref="{http://www.deegree.org/crs}EllipsoidDefinitions" minOccurs="0"/> <element ref="{http://www.deegree.org/crs}DatumDefinitions" minOccurs="0"/> <element ref="{http://www.deegree.org/crs}CRSDefinitions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected CRSDefinitions |
crsDefinitions
|
protected String |
crSsFile
|
protected DatumDefinitions |
datumDefinitions
|
protected String |
datumsFile
|
protected EllipsoidDefinitions |
ellipsoidDefinitions
|
protected String |
ellispoidsFile
|
protected PMDefinitions |
pmDefinitions
|
protected String |
primeMeridiansFile
|
protected ProjectionDefinitions |
projectionDefinitions
|
protected String |
projectionsFile
|
protected TransformationDefinitions |
transformationDefinitions
|
protected String |
transformationsFile
|
Fields inherited from class org.deegree.crs.Definitions |
---|
configVersion |
Constructor Summary | |
---|---|
CRSConfiguration()
|
Method Summary | |
---|---|
CRSDefinitions |
getCRSDefinitions()
Gets the value of the crsDefinitions property. |
String |
getCRSsFile()
Gets the value of the crSsFile property. |
DatumDefinitions |
getDatumDefinitions()
Gets the value of the datumDefinitions property. |
String |
getDatumsFile()
Gets the value of the datumsFile property. |
EllipsoidDefinitions |
getEllipsoidDefinitions()
Gets the value of the ellipsoidDefinitions property. |
String |
getEllispoidsFile()
Gets the value of the ellispoidsFile property. |
PMDefinitions |
getPMDefinitions()
Gets the value of the pmDefinitions property. |
String |
getPrimeMeridiansFile()
Gets the value of the primeMeridiansFile property. |
ProjectionDefinitions |
getProjectionDefinitions()
Gets the value of the projectionDefinitions property. |
String |
getProjectionsFile()
Gets the value of the projectionsFile property. |
TransformationDefinitions |
getTransformationDefinitions()
Gets the value of the transformationDefinitions property. |
String |
getTransformationsFile()
Gets the value of the transformationsFile property. |
void |
setCRSDefinitions(CRSDefinitions value)
Sets the value of the crsDefinitions property. |
void |
setCRSsFile(String value)
Sets the value of the crSsFile property. |
void |
setDatumDefinitions(DatumDefinitions value)
Sets the value of the datumDefinitions property. |
void |
setDatumsFile(String value)
Sets the value of the datumsFile property. |
void |
setEllipsoidDefinitions(EllipsoidDefinitions value)
Sets the value of the ellipsoidDefinitions property. |
void |
setEllispoidsFile(String value)
Sets the value of the ellispoidsFile property. |
void |
setPMDefinitions(PMDefinitions value)
Sets the value of the pmDefinitions property. |
void |
setPrimeMeridiansFile(String value)
Sets the value of the primeMeridiansFile property. |
void |
setProjectionDefinitions(ProjectionDefinitions value)
Sets the value of the projectionDefinitions property. |
void |
setProjectionsFile(String value)
Sets the value of the projectionsFile property. |
void |
setTransformationDefinitions(TransformationDefinitions value)
Sets the value of the transformationDefinitions property. |
void |
setTransformationsFile(String value)
Sets the value of the transformationsFile 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 String projectionsFile
protected String transformationsFile
protected String primeMeridiansFile
protected String ellispoidsFile
protected String datumsFile
protected String crSsFile
protected ProjectionDefinitions projectionDefinitions
protected TransformationDefinitions transformationDefinitions
protected PMDefinitions pmDefinitions
protected EllipsoidDefinitions ellipsoidDefinitions
protected DatumDefinitions datumDefinitions
protected CRSDefinitions crsDefinitions
Constructor Detail |
---|
public CRSConfiguration()
Method Detail |
---|
public String getProjectionsFile()
String
public void setProjectionsFile(String value)
value
- allowed object is
String
public String getTransformationsFile()
String
public void setTransformationsFile(String value)
value
- allowed object is
String
public String getPrimeMeridiansFile()
String
public void setPrimeMeridiansFile(String value)
value
- allowed object is
String
public String getEllispoidsFile()
String
public void setEllispoidsFile(String value)
value
- allowed object is
String
public String getDatumsFile()
String
public void setDatumsFile(String value)
value
- allowed object is
String
public String getCRSsFile()
String
public void setCRSsFile(String value)
value
- allowed object is
String
public ProjectionDefinitions getProjectionDefinitions()
ProjectionDefinitions
public void setProjectionDefinitions(ProjectionDefinitions value)
value
- allowed object is
ProjectionDefinitions
public TransformationDefinitions getTransformationDefinitions()
TransformationDefinitions
public void setTransformationDefinitions(TransformationDefinitions value)
value
- allowed object is
TransformationDefinitions
public PMDefinitions getPMDefinitions()
PMDefinitions
public void setPMDefinitions(PMDefinitions value)
value
- allowed object is
PMDefinitions
public EllipsoidDefinitions getEllipsoidDefinitions()
EllipsoidDefinitions
public void setEllipsoidDefinitions(EllipsoidDefinitions value)
value
- allowed object is
EllipsoidDefinitions
public DatumDefinitions getDatumDefinitions()
DatumDefinitions
public void setDatumDefinitions(DatumDefinitions value)
value
- allowed object is
DatumDefinitions
public CRSDefinitions getCRSDefinitions()
CRSDefinitions
public void setCRSDefinitions(CRSDefinitions value)
value
- allowed object is
CRSDefinitions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |