|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeodeticDatum | |
|---|---|
| org.cts.crs | |
| org.cts.datum | |
| org.cts.op.transformation | |
| Uses of GeodeticDatum in org.cts.crs |
|---|
| Methods in org.cts.crs that return GeodeticDatum | |
|---|---|
GeodeticDatum |
GeodeticCRS.getDatum()
Returns the Datum to which this
CoordinateReferenceSystem is refering. |
| Methods in org.cts.crs that return types with arguments of type GeodeticDatum | |
|---|---|
Map<GeodeticDatum,List<CoordinateOperation>> |
GeodeticCRS.getGridTransformations()
Return the list of nadgrids transformation defined for this CRS. |
| Methods in org.cts.crs with parameters of type GeodeticDatum | |
|---|---|
void |
GeodeticCRS.addGridTransformation(GeodeticDatum gd,
CoordinateOperation coordOp)
Add a Nadgrids Transformation for this CRS to the CRS using the key GeodeticDatum. |
List<CoordinateOperation> |
CompoundCRS.getGridTransformations(GeodeticDatum datum)
Return the list of nadgrids transformation defined for the horizontal CRS of this CompoundCRS that used the datum in parameter as target datum. |
List<CoordinateOperation> |
GeodeticCRS.getGridTransformations(GeodeticDatum datum)
Return the list of nadgrids transformation defined for this CRS that used the datum in parameter as target datum. |
| Constructors in org.cts.crs with parameters of type GeodeticDatum | |
|---|---|
GeocentricCRS(Identifier identifier,
GeodeticDatum datum,
CoordinateSystem coordSys)
Create a new Geocentric CRS based on given datum, identifier and coordinate system. |
|
GeodeticCRS(Identifier identifier,
GeodeticDatum datum,
CoordinateSystem coordinateSystem)
Create a new GeodeticCRS. |
|
Geographic2DCRS(Identifier identifier,
GeodeticDatum datum)
Create a new Geographic2DCRS. |
|
Geographic2DCRS(Identifier identifier,
GeodeticDatum datum,
CoordinateSystem coordSys)
Create a new Geographic2DCRS. |
|
Geographic2DCRS(Identifier identifier,
GeodeticDatum datum,
Unit unit)
Create a new Geographic2DCRS. |
|
Geographic3DCRS(Identifier identifier,
GeodeticDatum datum)
Create a new Geographic3DCRS. |
|
Geographic3DCRS(Identifier identifier,
GeodeticDatum datum,
CoordinateSystem coordSys)
Create a new Geographic3DCRS. |
|
Geographic3DCRS(Identifier identifier,
GeodeticDatum datum,
Unit unit)
Create a new Geographic2DCRS. |
|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
CoordinateSystem coordSys,
Projection projection)
Create a new ProjectedCRS. |
|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
Projection projection)
Create a new ProjectedCRS. |
|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
Projection projection,
Unit unit)
Create a new ProjectedCRS. |
|
| Uses of GeodeticDatum in org.cts.datum |
|---|
| Fields in org.cts.datum declared as GeodeticDatum | |
|---|---|
static GeodeticDatum |
GeodeticDatum.ED50
European Datum 1950. |
static GeodeticDatum |
GeodeticDatum.NAD27
|
static GeodeticDatum |
GeodeticDatum.NAD83
|
static GeodeticDatum |
GeodeticDatum.NTF
Nouvelle Triangulation Française. |
static GeodeticDatum |
GeodeticDatum.NTF_PARIS
Nouvelle Triangulation Française (Paris). |
static GeodeticDatum |
GeodeticDatum.RGF93
Réseau géodésique français 1993. |
static GeodeticDatum |
GeodeticDatum.WGS84
World Geodetic System 1984. |
static GeodeticDatum |
GeodeticDatum.WGS84GUAD
|
static GeodeticDatum |
GeodeticDatum.WGS84MART
|
static GeodeticDatum |
GeodeticDatum.WGS84SBSM
|
| Fields in org.cts.datum with type parameters of type GeodeticDatum | |
|---|---|
static Map<String,GeodeticDatum> |
GeodeticDatum.datumFromName
datumFromName associates each datum to a short string used to recognize it in CTS. |
| Methods in org.cts.datum that return GeodeticDatum | |
|---|---|
GeodeticDatum |
GeodeticDatum.checkExistingGeodeticDatum()
If the GeodeticDatum is equal to one of the wellknown GeodeticDatum (WGS84, RGF93, NTF, NTF_PARIS and ED50), the method return this wellknown GeodeticDatum. |
| Methods in org.cts.datum with parameters of type GeodeticDatum | |
|---|---|
List<CoordinateOperation> |
GeodeticDatum.getCoordinateOperations(GeodeticDatum datum)
Get a transformation to another datum. |
void |
GeodeticDatum.setToOtherDatumOperation(CoordinateOperation toOtherDatum,
GeodeticDatum targetDatum)
Set a transformation to a target Datum. |
| Constructors in org.cts.datum with parameters of type GeodeticDatum | |
|---|---|
VerticalDatum(Identifier identifier,
GeographicExtent extent,
String origin,
String epoch,
VerticalDatum.Type type,
String altitudeGrid,
GeodeticDatum gd)
Creates a new VerticalDatum. |
|
| Uses of GeodeticDatum in org.cts.op.transformation |
|---|
| Methods in org.cts.op.transformation that return GeodeticDatum | |
|---|---|
GeodeticDatum |
Altitude2EllipsoidalHeight.getAssociatedDatum()
Return the geodetic datum associated to this transformation. |
| Constructors in org.cts.op.transformation with parameters of type GeodeticDatum | |
|---|---|
Altitude2EllipsoidalHeight(String nameGrid,
GeodeticDatum gd)
Altitude translation with parameter interpolated from a grid depending on the geographic coordinates of the point to convert. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||