Uses of Class
org.deegree.cs.components.Unit

Packages that use Unit
org.deegree.cs.components The components package holds the shared components used by coordinatesystems, projections and transformations. 
org.deegree.cs.configuration.wkt   
org.deegree.cs.persistence.deegree.d3.parsers   
org.deegree.cs.projections.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
 

Uses of Unit in org.deegree.cs.components
 

Fields in org.deegree.cs.components declared as Unit
static Unit Unit.ARC_SEC
          Unit of angle, which is defined to be 1/3600 of a degree, or PI/(180*3600) Radian.
static Unit Unit.BRITISHYARD
          British yard; unit of length.
static Unit Unit.CLARK_FOOT
          Clarkse foot; unit of length, with base unit of 0.304797 meter.
static Unit Unit.DAY
          Unit of time.
static Unit Unit.DEGREE
          Unit of angle.
static Unit Unit.FOOT
          foot; unit of length, with base unit of 0.304 meter.
static Unit Unit.INDIAN_FOOT
          Indian foot; unit of length, with base unit of 0.304799 meter.
static Unit Unit.METRE
          Base unit of length.
static Unit Unit.MILLISECOND
          Unit of time.
static Unit Unit.RADIAN
          Unit of angle.
static Unit Unit.SECOND
          Base unit of time.
static Unit Unit.USFOOT
          US foot; unit of length, with base unit of 0.304 meter.
 

Methods in org.deegree.cs.components that return Unit
static Unit Unit.createUnitFromString(String unit)
          Will create a unit from the given String.
 

Uses of Unit in org.deegree.cs.configuration.wkt
 

Methods in org.deegree.cs.configuration.wkt that return Unit
protected  Unit WKTParser.parseUnit()
           
 

Uses of Unit in org.deegree.cs.persistence.deegree.d3.parsers
 

Methods in org.deegree.cs.persistence.deegree.d3.parsers that return Unit
protected  Unit DefinitionParser.parseUnit(XMLStreamReader reader, boolean required)
          Parses a unit from the given xml-parent.
 

Uses of Unit in org.deegree.cs.projections.cylindric
 

Constructors in org.deegree.cs.projections.cylindric with parameters of type Unit
Mercator(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, Unit units, double scale)
          Sets the id to EPSG:9804
Mercator(double falseNorthing, double falseEasting, javax.vecmath.Point2d naturalOrigin, Unit units, double scale, CRSResource id)
           
 



Copyright © 2011. All Rights Reserved.