org.deegree.crs
Class ProjectedCRSType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.AbstractCRS
org.deegree.crs.ProjectedCRSType
public class ProjectedCRSType
- extends AbstractCRS
A projectedCRS is a coordinatesystem which uses a projection as well as a geographicCRS. Both
should be
references to an id defined in the deegree-crs-configuration.
Java class for ProjectedCRSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectedCRSType">
<complexContent>
<extension base="{http://www.deegree.org/crs}AbstractCRS">
<sequence>
<element name="UsedGeographicCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UsedProjection" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
usedGeographicCRS
protected String usedGeographicCRS
usedProjection
protected String usedProjection
ProjectedCRSType
public ProjectedCRSType()
getUsedGeographicCRS
public String getUsedGeographicCRS()
- Gets the value of the usedGeographicCRS property.
- Returns:
- possible object is
String
setUsedGeographicCRS
public void setUsedGeographicCRS(String value)
- Sets the value of the usedGeographicCRS property.
- Parameters:
value
- allowed object is
String
getUsedProjection
public String getUsedProjection()
- Gets the value of the usedProjection property.
- Returns:
- possible object is
String
setUsedProjection
public void setUsedProjection(String value)
- Sets the value of the usedProjection property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.