org.deegree.crs
Class ProjectionType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.ProjectionType
Direct Known Subclasses:
LambertConformalConicType, StereographicAzimuthalType, TransverseMercatorType

public class ProjectionType
extends Identifiable

The base type of all projections defines standard elements used in all projection.

Java class for ProjectionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProjectionType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_Identifiable">
       <sequence>
         <element name="LatitudeOfNaturalOrigin" type="{http://www.deegree.org/crs}LatLongType"/>
         <element name="LongitudeOfNaturalOrigin" type="{http://www.deegree.org/crs}LatLongType"/>
         <element name="ScaleFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="FalseEasting" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="FalseNorthing" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clazz
           
protected  Double falseEasting
           
protected  Double falseNorthing
           
protected  LatLongType latitudeOfNaturalOrigin
           
protected  LatLongType longitudeOfNaturalOrigin
           
protected  Double scaleFactor
           
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
ProjectionType()
           
 
Method Summary
 String getClazz()
          Gets the value of the clazz property.
 Double getFalseEasting()
          Gets the value of the falseEasting property.
 Double getFalseNorthing()
          Gets the value of the falseNorthing property.
 LatLongType getLatitudeOfNaturalOrigin()
          Gets the value of the latitudeOfNaturalOrigin property.
 LatLongType getLongitudeOfNaturalOrigin()
          Gets the value of the longitudeOfNaturalOrigin property.
 Double getScaleFactor()
          Gets the value of the scaleFactor property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setFalseEasting(Double value)
          Sets the value of the falseEasting property.
 void setFalseNorthing(Double value)
          Sets the value of the falseNorthing property.
 void setLatitudeOfNaturalOrigin(LatLongType value)
          Sets the value of the latitudeOfNaturalOrigin property.
 void setLongitudeOfNaturalOrigin(LatLongType value)
          Sets the value of the longitudeOfNaturalOrigin property.
 void setScaleFactor(Double value)
          Sets the value of the scaleFactor property.
 
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

latitudeOfNaturalOrigin

protected LatLongType latitudeOfNaturalOrigin

longitudeOfNaturalOrigin

protected LatLongType longitudeOfNaturalOrigin

scaleFactor

protected Double scaleFactor

falseEasting

protected Double falseEasting

falseNorthing

protected Double falseNorthing

clazz

protected String clazz
Constructor Detail

ProjectionType

public ProjectionType()
Method Detail

getLatitudeOfNaturalOrigin

public LatLongType getLatitudeOfNaturalOrigin()
Gets the value of the latitudeOfNaturalOrigin property.

Returns:
possible object is LatLongType

setLatitudeOfNaturalOrigin

public void setLatitudeOfNaturalOrigin(LatLongType value)
Sets the value of the latitudeOfNaturalOrigin property.

Parameters:
value - allowed object is LatLongType

getLongitudeOfNaturalOrigin

public LatLongType getLongitudeOfNaturalOrigin()
Gets the value of the longitudeOfNaturalOrigin property.

Returns:
possible object is LatLongType

setLongitudeOfNaturalOrigin

public void setLongitudeOfNaturalOrigin(LatLongType value)
Sets the value of the longitudeOfNaturalOrigin property.

Parameters:
value - allowed object is LatLongType

getScaleFactor

public Double getScaleFactor()
Gets the value of the scaleFactor property.

Returns:
possible object is Double

setScaleFactor

public void setScaleFactor(Double value)
Sets the value of the scaleFactor property.

Parameters:
value - allowed object is Double

getFalseEasting

public Double getFalseEasting()
Gets the value of the falseEasting property.

Returns:
possible object is Double

setFalseEasting

public void setFalseEasting(Double value)
Sets the value of the falseEasting property.

Parameters:
value - allowed object is Double

getFalseNorthing

public Double getFalseNorthing()
Gets the value of the falseNorthing property.

Returns:
possible object is Double

setFalseNorthing

public void setFalseNorthing(Double value)
Sets the value of the falseNorthing property.

Parameters:
value - allowed object is Double

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.