public class FrenchGeocentricNTF2RGF extends AbstractCoordinateOperation implements GeocentricTransformation, GridBasedTransformation
It is a geocentric translation which parameters are interpolated on a geographic grid.
precisionDEFAULT, LOCAL, UNKNOWN| Constructor and Description |
|---|
FrenchGeocentricNTF2RGF()
Geocentric translation with parameters interpolated in a grid.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns true if object is equals to
this. |
int |
hashCode()
Returns the hash code for this GeocentricTranslation.
|
GeocentricTransformation |
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.
|
getPrecision, isIdentityaddAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getComponent, getIdentifier, getName, getRemarks, getShortName, setIdentifier, setRemarks, setShortNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPrecision, isIdentityaddAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNamepublic double[] transform(double[] coord)
throws IllegalCoordinateException
transform in interface CoordinateOperationtransform in class AbstractCoordinateOperationcoord - coordinate to transformIllegalCoordinateException - if coord is not
compatible with this CoordinateOperation.public GeocentricTransformation inverse() throws NonInvertibleOperationException
inverse in interface CoordinateOperationinverse in interface GeocentricTransformationinverse in class AbstractCoordinateOperationNonInvertibleOperationExceptionpublic boolean equals(Object o)
this.equals in class IdentifiableComponento - The object to compare this transformation topublic int hashCode()
hashCode in class IdentifiableComponentpublic String toString()
toString in class IdentifiableComponentCopyright © 2019 CNRS. All rights reserved.