org.deegree.crs
Class StereographicAzimuthalType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.ProjectionType
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>
Methods inherited from class org.deegree.crs.ProjectionType |
getClazz, getFalseEasting, getFalseNorthing, getLatitudeOfNaturalOrigin, getLongitudeOfNaturalOrigin, getScaleFactor, setClazz, setFalseEasting, setFalseNorthing, setLatitudeOfNaturalOrigin, setLongitudeOfNaturalOrigin, setScaleFactor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trueScaleLatitude
protected LatLongType trueScaleLatitude
StereographicAzimuthalType
public StereographicAzimuthalType()
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.