org.deegree.cs.persistence.proj4.jaxb
Class PROJ4CRSStoreConfig
java.lang.Object
org.deegree.crs.store.AbstractStore
org.deegree.cs.persistence.proj4.jaxb.PROJ4CRSStoreConfig
public class PROJ4CRSStoreConfig
- extends AbstractStore
CRSStore handling the CRS in the proj4 format.
Java class for PROJ4CRSStore element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="PROJ4CRSStore">
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/crs/store}_AbstractStore">
<sequence>
<element name="File" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
Method Summary |
String |
getFile()
Gets the value of the file property. |
void |
setFile(String value)
Sets the value of the file property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
protected String file
PROJ4CRSStoreConfig
public PROJ4CRSStoreConfig()
getFile
public String getFile()
- Gets the value of the file property.
- Returns:
- possible object is
String
setFile
public void setFile(String value)
- Sets the value of the file property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.