Uses of Class
org.cts.units.Measure

Packages that use Measure
org.cts   
org.cts.op.projection   
org.cts.units   
 

Uses of Measure in org.cts
 

Methods in org.cts that return Measure
 Measure Parameter.getMeasure()
          Returns the measure in which this Parameter is expressed.
 

Constructors in org.cts with parameters of type Measure
Parameter(String name, Measure measure)
          Creates a new Parameters defined by his name and his measure.
 

Uses of Measure in org.cts.op.projection
 

Methods in org.cts.op.projection that return types with arguments of type Measure
static ConcurrentHashMap<String,Measure> Projection.getDefaultParameters()
           
 

Constructor parameters in org.cts.op.projection with type arguments of type Measure
AlbersEqualArea(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Albers Equal Area Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and other parameters useful for the projection.
CassiniSoldner(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Cassini-Soldner Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and other parameters useful for the projection.
CylindricalEqualArea(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Cylindrical Equal Area (normal case) Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, FE, FN and other parameters useful for the projection.
EquidistantCylindrical(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Equidistant Cylindrical Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and C a constant useful for the projection.
GaussSchreiberTransverseMercator(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Gauss Schreiber Transverse Mercator Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0 and other parameters useful for the projection.
Krovak(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Krovak (North Orientated) Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, FE, FN and other useful parameters.
LambertAzimuthalEqualArea(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Lambert Azimuthal Equal Area Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and other parameters useful for the projection.
LambertConicConformal1SP(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Lambert Conic Conformal 1SP Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0 and other parameters useful for the projection.
LambertConicConformal2SP(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Lambert Conic Conformal 2SP Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameter lon0 and other parameters useful for the projection.
Mercator1SP(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Mercator 1SP Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and other parameters useful for the projection.
MillerCylindrical(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Miller Cylindrical Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN.
NewZealandMapGrid(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new New Zealand Map Grid Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and other parameters useful for the projection.
ObliqueMercator(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Oblique Mercator Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters FE, FN and other parameters useful for the projection.
ObliqueStereographicAlternative(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Oblique Stereographic Alternative Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0 and other parameters useful for the projection.
Polyconic(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Polyconic Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN.
Projection(Identifier identifier, Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Creates a new Projection
Stereographic(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Stereographic Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0, FE, FN and other parameters useful for the projection.
SwissObliqueMercator(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Swiss Oblique Stereographic Alternative Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters FE, FN and other parameters useful for the projection.
TransverseMercator(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Transverse Mercator Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, lat0 and other parameters useful for the projection.
UniversalTransverseMercator(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Universal Transverse Mercator Projection corresponding to the Ellipsoid and the list of parameters given in argument and initialize common parameters lon0, FE and other parameters useful for the projection.
UniversalTransverseMercatorAuto(Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Create a new Universal Transverse Mercator Projection corresponding to the Ellipsoid given in argument and a default set of parameters and initialize common parameters lat0 and other parameters useful for the projection.
 

Uses of Measure in org.cts.units
 

Methods in org.cts.units that return Measure
 Measure Measure.convert(Unit unit)
          Converts this measure to another unit.
 Measure Measure.toBaseUnit()
          Gets the same Measure using the base unit.
 



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