org.deegree.crs
Class ProjectedCRSType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.AbstractCRS
          extended by 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>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.crs.AbstractCRS
AbstractCRS.PolynomialTransformation
 
Field Summary
protected  String usedGeographicCRS
           
protected  String usedProjection
           
 
Fields inherited from class org.deegree.crs.AbstractCRS
axis, polynomialTransformation
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
ProjectedCRSType()
           
 
Method Summary
 String getUsedGeographicCRS()
          Gets the value of the usedGeographicCRS property.
 String getUsedProjection()
          Gets the value of the usedProjection property.
 void setUsedGeographicCRS(String value)
          Sets the value of the usedGeographicCRS property.
 void setUsedProjection(String value)
          Sets the value of the usedProjection property.
 
Methods inherited from class org.deegree.crs.AbstractCRS
getAxis, getPolynomialTransformation, setPolynomialTransformation
 
Methods inherited from class org.deegree.crs.Identifiable
getId, getNameOrVersionOrDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usedGeographicCRS

protected String usedGeographicCRS

usedProjection

protected String usedProjection
Constructor Detail

ProjectedCRSType

public ProjectedCRSType()
Method Detail

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.