public class Altitude2EllipsoidalHeight extends AbstractCoordinateOperation implements GridBasedTransformation
precisionDEFAULT, LOCAL, UNKNOWN| Constructor and Description |
|---|
Altitude2EllipsoidalHeight(String nameGrid,
GeodeticDatum gd)
Altitude translation with parameter interpolated from a grid depending on
the geographic coordinates of the point to convert.
|
| Modifier and Type | Method and Description |
|---|---|
GeodeticDatum |
getAssociatedDatum()
Return the geodetic datum associated to this transformation.
|
String |
getGridFileName()
Return the name of the grid file used to define this transformation.
|
CoordinateOperation |
inverse()
Creates the inverse CoordinateOperation.
|
double[] |
transform(double[] coord)
Return a double[] representing the same location as coord but in another
CoordinateReferenceSystem.
|
getPrecision, isIdentityaddAlias, addRemark, equals, getAliases, getAuthorityKey, getAuthorityName, getCode, getComponent, getIdentifier, getName, getRemarks, getShortName, hashCode, setIdentifier, setRemarks, setShortName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNamepublic Altitude2EllipsoidalHeight(String nameGrid, GeodeticDatum gd) throws Exception
nameGrid - the name of the grid file to usegd - the geodetic datum in which the geographic coordinates used in
the interpolation must be expressedExceptionpublic GeodeticDatum getAssociatedDatum()
public String getGridFileName()
public double[] transform(double[] coord)
throws IllegalCoordinateException
AbstractCoordinateOperationtransform in interface CoordinateOperationtransform in class AbstractCoordinateOperationcoord - the input coordinateIllegalCoordinateException - if coord is not
compatible with this CoordinateOperation.AbstractCoordinateOperation.transform(double[])public CoordinateOperation inverse() throws NonInvertibleOperationException
inverse in interface CoordinateOperationinverse in class AbstractCoordinateOperationNonInvertibleOperationExceptionCopyright © 2019 CNRS. All rights reserved.