org.deegree.crs
Class Definitions
java.lang.Object
org.deegree.crs.Definitions
- Direct Known Subclasses:
- CRSConfiguration, CRSDefinitions, DatumDefinitions, EllipsoidDefinitions, PMDefinitions, ProjectionDefinitions, TransformationDefinitions
public abstract class Definitions
- extends Object
The abstract root is used for the sole definition of the configuration version attribute.
Java class for _Definitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_Definitions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="configVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configVersion
protected String configVersion
Definitions
public Definitions()
getConfigVersion
public String getConfigVersion()
- Gets the value of the configVersion property.
- Returns:
- possible object is
String
setConfigVersion
public void setConfigVersion(String value)
- Sets the value of the configVersion property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.