org.deegree.crs
Class StereographicAzimuthalType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.ProjectionType
          extended by org.deegree.crs.StereographicAzimuthalType

public class StereographicAzimuthalType
extends ProjectionType

A Stereographic Azimuthal projection only needs the supplement information of the true scale latitude, which defines the latitude (in radians) around the projection point for which the projection has a true scale. If failing the projection latitude is assumed.

Java class for StereographicAzimuthalType complex type.

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

 <complexType name="StereographicAzimuthalType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}ProjectionType">
       <sequence>
         <element name="TrueScaleLatitude" type="{http://www.deegree.org/crs}LatLongType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


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

trueScaleLatitude

protected LatLongType trueScaleLatitude
Constructor Detail

StereographicAzimuthalType

public StereographicAzimuthalType()
Method Detail

getTrueScaleLatitude

public LatLongType getTrueScaleLatitude()
Gets the value of the trueScaleLatitude property.

Returns:
possible object is LatLongType

setTrueScaleLatitude

public void setTrueScaleLatitude(LatLongType value)
Sets the value of the trueScaleLatitude property.

Parameters:
value - allowed object is LatLongType


Copyright © 2011. All Rights Reserved.