|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cts.IdentifiableComponent
org.cts.op.AbstractCoordinateOperation
org.cts.op.transformation.FrenchGeocentricNTF2RGF
public class FrenchGeocentricNTF2RGF
French Geocentric interpolation is a transformation used at IGN-France to transform coordinates from the old local NTF system to the new ETRS-89 compatible RGF93.
It is a geocentric translation which parameters are interpolated on a geographic grid.
| Field Summary | |
|---|---|
static UnitConversion |
RAD2DD
|
| Fields inherited from class org.cts.op.AbstractCoordinateOperation |
|---|
precision |
| Fields inherited from interface org.cts.Identifiable |
|---|
DEFAULT, LOCAL, UNKNOWN |
| Constructor Summary | |
|---|---|
FrenchGeocentricNTF2RGF()
Geocentric translation with parameters interpolated in a grid. |
|
FrenchGeocentricNTF2RGF(String gridPath)
Geocentric translation with parameters interpolated in a grid. |
|
| Method Summary | |
|---|---|
CoordinateOperation |
inverse()
Creates the inverse CoordinateOperation. |
String |
toString()
Return a string representation of this transformation. |
double[] |
transform(double[] coord)
Transforms NTF Geocentric coordinate into RGF93 geocentric coordinate. |
| Methods inherited from class org.cts.op.AbstractCoordinateOperation |
|---|
getPrecision |
| Methods inherited from class org.cts.IdentifiableComponent |
|---|
addAlias, addRemark, equals, getAliases, getAuthorityKey, getAuthorityName, getCode, getComponent, getIdentifier, getName, getRemarks, getShortName, hashCode, setIdentifier, setRemarks, setShortName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.cts.Identifiable |
|---|
addAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortName |
| Field Detail |
|---|
public static final UnitConversion RAD2DD
| Constructor Detail |
|---|
public FrenchGeocentricNTF2RGF(String gridPath)
throws Exception
The gride can be found here.
gridPath - url of the geographic grid containing the translation
parameters
Exception
public FrenchGeocentricNTF2RGF()
throws Exception
The gride can be found here.
Exception| Method Detail |
|---|
public double[] transform(double[] coord)
throws IllegalCoordinateException
transform in interface CoordinateOperationtransform in class AbstractCoordinateOperationcoord - coordinate to transform
IllegalCoordinateException - if coord is not
compatible with this CoordinateOperation.
public CoordinateOperation inverse()
throws NonInvertibleOperationException
inverse in interface CoordinateOperationinverse in class AbstractCoordinateOperationNonInvertibleOperationExceptionpublic String toString()
toString in class IdentifiableComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||