org.deegree.crs
Class TransverseMercatorType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.ProjectionType
org.deegree.crs.TransverseMercatorType
public class TransverseMercatorType
- extends ProjectionType
A transverse mercator projection only needs the supplement information of the norther/southern
hemisphere, if
failing northern hemisphere is assumed.
Java class for TransverseMercatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransverseMercatorType">
<complexContent>
<extension base="{http://www.deegree.org/crs}ProjectionType">
<attribute name="northernHemisphere" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</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 |
northernHemisphere
protected Boolean northernHemisphere
TransverseMercatorType
public TransverseMercatorType()
isNorthernHemisphere
public boolean isNorthernHemisphere()
- Gets the value of the northernHemisphere property.
- Returns:
- possible object is
Boolean
setNorthernHemisphere
public void setNorthernHemisphere(Boolean value)
- Sets the value of the northernHemisphere property.
- Parameters:
value
- allowed object is
Boolean
Copyright © 2011. All Rights Reserved.