| Package | Description |
|---|---|
| org.cts.crs | |
| org.cts.cs | |
| org.cts.op | |
| org.cts.op.projection | |
| org.cts.units |
| Constructor and Description |
|---|
Geographic2DCRS(Identifier identifier,
GeodeticDatum datum,
Unit unit)
Creates a new Geographic2DCRS.
|
Geographic3DCRS(Identifier identifier,
GeodeticDatum datum,
Unit unit)
Creates a new Geographic2DCRS.
|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
Projection projection,
Unit unit)
Create a new ProjectedCRS.
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
CoordinateSystem.getUnit(int i)
Return the
Unit for Axis with index i of this CoordinateSystem. |
| Constructor and Description |
|---|
CoordinateSystem(Axis[] axes,
Unit[] units)
Create a new Coordinate System from an array of
Axis |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
Projection.toWKT(Unit unit)
Returns a WKT representation of the projection.
|
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2019 CNRS. All rights reserved.