org.deegree.crs
Class CRSConfiguration

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

public class CRSConfiguration
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="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

projectionsFile

protected String projectionsFile

transformationsFile

protected String transformationsFile

primeMeridiansFile

protected String primeMeridiansFile

ellispoidsFile

protected String ellispoidsFile

datumsFile

protected String datumsFile

crSsFile

protected String crSsFile

projectionDefinitions

protected ProjectionDefinitions projectionDefinitions

transformationDefinitions

protected TransformationDefinitions transformationDefinitions

pmDefinitions

protected PMDefinitions pmDefinitions

ellipsoidDefinitions

protected EllipsoidDefinitions ellipsoidDefinitions

datumDefinitions

protected DatumDefinitions datumDefinitions

crsDefinitions

protected CRSDefinitions crsDefinitions
Constructor Detail

CRSConfiguration

public CRSConfiguration()
Method Detail

getProjectionsFile

public String getProjectionsFile()
Gets the value of the projectionsFile property.

Returns:
possible object is String

setProjectionsFile

public void setProjectionsFile(String value)
Sets the value of the projectionsFile property.

Parameters:
value - allowed object is String

getTransformationsFile

public String getTransformationsFile()
Gets the value of the transformationsFile property.

Returns:
possible object is String

setTransformationsFile

public void setTransformationsFile(String value)
Sets the value of the transformationsFile property.

Parameters:
value - allowed object is String

getPrimeMeridiansFile

public String getPrimeMeridiansFile()
Gets the value of the primeMeridiansFile property.

Returns:
possible object is String

setPrimeMeridiansFile

public void setPrimeMeridiansFile(String value)
Sets the value of the primeMeridiansFile property.

Parameters:
value - allowed object is String

getEllispoidsFile

public String getEllispoidsFile()
Gets the value of the ellispoidsFile property.

Returns:
possible object is String

setEllispoidsFile

public void setEllispoidsFile(String value)
Sets the value of the ellispoidsFile property.

Parameters:
value - allowed object is String

getDatumsFile

public String getDatumsFile()
Gets the value of the datumsFile property.

Returns:
possible object is String

setDatumsFile

public void setDatumsFile(String value)
Sets the value of the datumsFile property.

Parameters:
value - allowed object is String

getCRSsFile

public String getCRSsFile()
Gets the value of the crSsFile property.

Returns:
possible object is String

setCRSsFile

public void setCRSsFile(String value)
Sets the value of the crSsFile property.

Parameters:
value - allowed object is String

getProjectionDefinitions

public ProjectionDefinitions getProjectionDefinitions()
Gets the value of the projectionDefinitions property.

Returns:
possible object is ProjectionDefinitions

setProjectionDefinitions

public void setProjectionDefinitions(ProjectionDefinitions value)
Sets the value of the projectionDefinitions property.

Parameters:
value - allowed object is ProjectionDefinitions

getTransformationDefinitions

public TransformationDefinitions getTransformationDefinitions()
Gets the value of the transformationDefinitions property.

Returns:
possible object is TransformationDefinitions

setTransformationDefinitions

public void setTransformationDefinitions(TransformationDefinitions value)
Sets the value of the transformationDefinitions property.

Parameters:
value - allowed object is TransformationDefinitions

getPMDefinitions

public PMDefinitions getPMDefinitions()
Gets the value of the pmDefinitions property.

Returns:
possible object is PMDefinitions

setPMDefinitions

public void setPMDefinitions(PMDefinitions value)
Sets the value of the pmDefinitions property.

Parameters:
value - allowed object is PMDefinitions

getEllipsoidDefinitions

public EllipsoidDefinitions getEllipsoidDefinitions()
Gets the value of the ellipsoidDefinitions property.

Returns:
possible object is EllipsoidDefinitions

setEllipsoidDefinitions

public void setEllipsoidDefinitions(EllipsoidDefinitions value)
Sets the value of the ellipsoidDefinitions property.

Parameters:
value - allowed object is EllipsoidDefinitions

getDatumDefinitions

public DatumDefinitions getDatumDefinitions()
Gets the value of the datumDefinitions property.

Returns:
possible object is DatumDefinitions

setDatumDefinitions

public void setDatumDefinitions(DatumDefinitions value)
Sets the value of the datumDefinitions property.

Parameters:
value - allowed object is DatumDefinitions

getCRSDefinitions

public CRSDefinitions getCRSDefinitions()
Gets the value of the crsDefinitions property.

Returns:
possible object is CRSDefinitions

setCRSDefinitions

public void setCRSDefinitions(CRSDefinitions value)
Sets the value of the crsDefinitions property.

Parameters:
value - allowed object is CRSDefinitions


Copyright © 2011. All Rights Reserved.