Uses of Class
org.cts.units.Unit

Packages that use Unit
org.cts.crs   
org.cts.cs   
org.cts.op   
org.cts.op.projection   
org.cts.units   
 

Uses of Unit in org.cts.crs
 

Constructors in org.cts.crs with parameters of type Unit
Geographic2DCRS(Identifier identifier, GeodeticDatum datum, Unit unit)
          Create a new Geographic2DCRS.
Geographic3DCRS(Identifier identifier, GeodeticDatum datum, Unit unit)
          Create a new Geographic2DCRS.
ProjectedCRS(Identifier identifier, GeodeticDatum datum, Projection projection, Unit unit)
          Create a new ProjectedCRS.
 

Uses of Unit in org.cts.cs
 

Methods in org.cts.cs that return Unit
 Unit CoordinateSystem.getUnit(int i)
          Return the Unit for Axis with index i of this CoordinateSystem.
 

Constructors in org.cts.cs with parameters of type Unit
CoordinateSystem(Axis[] axes, Unit[] units)
          Create a new Coordinate System from an array of Axis
 

Uses of Unit in org.cts.op
 

Methods in org.cts.op with parameters of type Unit
static UnitConversion UnitConversion.createUnitConverter(Unit sourceUnit, Unit targetUnit)
          Creates a unit converter for homogeneous units (ex.
static UnitConversion UnitConversion.createUnitConverter(Unit planiSourceUnit, Unit planiTargetUnit, Unit altiSourceUnit, Unit altiTargetUnit)
          Create a unit converter for coordinates using different units for planimetry and altimetry.
 

Uses of Unit in org.cts.op.projection
 

Methods in org.cts.op.projection with parameters of type Unit
static LambertConicConformal1SP LambertConicConformal1SP.createLCC1SP(Ellipsoid ellipsoid, double latitude_of_origin, double scale_factor, double central_meridian, Unit angleUnit, double false_easting, double false_northing, Unit planimetricUnit)
          LambertConicConformal1SP factory to create a LambertConicConformal1SP projection from a latitude of origin, a central meridian and false coordinates in any unit.
static LambertConicConformal2SP LambertConicConformal2SP.createLCC2SP(Ellipsoid ellipsoid, double latitude_of_origin, double standard_parallel_1, double standard_parallel_2, double central_meridian, Unit angleUnit, double false_easting, double false_northing, Unit planimetricUnit)
          LambertConicConformal2SP factory to create a LambertConicConformal2SP projection from a latitude of origin, a central meridian and false coordinates in any unit.
 

Uses of Unit in org.cts.units
 

Fields in org.cts.units declared as Unit
static Unit Unit.ARC_MINUTE
           
static Unit Unit.ARC_SECOND
           
static Unit Unit.CENTIMETER
           
static Unit Unit.DECIMETER
           
static Unit Unit.DEGREE
           
static Unit Unit.FOOT
           
static Unit Unit.GRAD
           
static Unit Unit.KILOMETER
           
static Unit Unit.METER
           
static Unit Unit.MILLIMETER
           
static Unit Unit.RADIAN
           
static Unit Unit.SECOND
           
static Unit Unit.UNIT
           
static Unit Unit.USFOOT
           
static Unit Unit.YARD
           
 

Methods in org.cts.units that return Unit
 Unit Unit.getBaseUnit()
          Return the base unit for measures of the same quantity.
static Unit Unit.getBaseUnit(Quantity quantity)
          Static method returning the base Unit for this quantity Class.
 Unit Measure.getCompatibleUnit(Unit... units)
          Get compatible Unit for this unit It uses after WKT parsing.
 Unit Measure.getUnit()
          Gets the unit of this measure.
static Unit Unit.getUnit(Quantity quantity, String symbol)
          Static method returning a Unit from its symbol and quantity Class.
 

Methods in org.cts.units with parameters of type Unit
 Measure Measure.convert(Unit unit)
          Converts this measure to another unit.
 Unit Measure.getCompatibleUnit(Unit... units)
          Get compatible Unit for this unit It uses after WKT parsing.
 boolean Unit.isComparable(Unit anotherUnit)
          Returns true if quantity measured by this unit and quantity measured by anotherUnit are equals.
 void Measure.setUnit(Unit unit)
          Set the unit of this measure.
 

Constructors in org.cts.units with parameters of type Unit
Measure(double value, Unit unit)
          Creates a new Measure.
Measure(Number value, Unit unit)
          Creates a new Measure.
Measure(Number value, Unit unit, double precision)
          Creates a new Measure.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.