org.deegree.crs
Class TransverseMercatorType

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


Field Summary
protected  Boolean northernHemisphere
           
 
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
TransverseMercatorType()
           
 
Method Summary
 boolean isNorthernHemisphere()
          Gets the value of the northernHemisphere property.
 void setNorthernHemisphere(Boolean value)
          Sets the value of the northernHemisphere 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

northernHemisphere

protected Boolean northernHemisphere
Constructor Detail

TransverseMercatorType

public TransverseMercatorType()
Method Detail

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.