Uses of Class
org.deegree.crs.LatLongType

Packages that use LatLongType
org.deegree.crs   
 

Uses of LatLongType in org.deegree.crs
 

Fields in org.deegree.crs declared as LatLongType
protected  LatLongType LambertConformalConicType.firstParallelLatitude
           
protected  LatLongType ProjectionType.latitudeOfNaturalOrigin
           
protected  LatLongType PrimeMeridianType.longitude
           
protected  LatLongType ProjectionType.longitudeOfNaturalOrigin
           
protected  LatLongType LambertConformalConicType.secondParallelLatitude
           
protected  LatLongType StereographicAzimuthalType.trueScaleLatitude
           
 

Methods in org.deegree.crs that return LatLongType
 LatLongType ObjectFactory.createLatLongType()
          Create an instance of LatLongType
 LatLongType LambertConformalConicType.getFirstParallelLatitude()
          Gets the value of the firstParallelLatitude property.
 LatLongType ProjectionType.getLatitudeOfNaturalOrigin()
          Gets the value of the latitudeOfNaturalOrigin property.
 LatLongType PrimeMeridianType.getLongitude()
          Gets the value of the longitude property.
 LatLongType ProjectionType.getLongitudeOfNaturalOrigin()
          Gets the value of the longitudeOfNaturalOrigin property.
 LatLongType LambertConformalConicType.getSecondParallelLatitude()
          Gets the value of the secondParallelLatitude property.
 LatLongType StereographicAzimuthalType.getTrueScaleLatitude()
          Gets the value of the trueScaleLatitude property.
 

Methods in org.deegree.crs with parameters of type LatLongType
 void LambertConformalConicType.setFirstParallelLatitude(LatLongType value)
          Sets the value of the firstParallelLatitude property.
 void ProjectionType.setLatitudeOfNaturalOrigin(LatLongType value)
          Sets the value of the latitudeOfNaturalOrigin property.
 void PrimeMeridianType.setLongitude(LatLongType value)
          Sets the value of the longitude property.
 void ProjectionType.setLongitudeOfNaturalOrigin(LatLongType value)
          Sets the value of the longitudeOfNaturalOrigin property.
 void LambertConformalConicType.setSecondParallelLatitude(LatLongType value)
          Sets the value of the secondParallelLatitude property.
 void StereographicAzimuthalType.setTrueScaleLatitude(LatLongType value)
          Sets the value of the trueScaleLatitude property.
 



Copyright © 2011. All Rights Reserved.