public class OppositeCoordinate extends AbstractCoordinateOperation
precisionDEFAULT, LOCAL, UNKNOWN| Constructor and Description |
|---|
OppositeCoordinate(int index)
Construct the transformation turning the value at the given index into
its opposite.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateOperation |
inverse()
Creates the inverse CoordinateOperation.
|
double[] |
transform(double[] coord)
Apply the OppositeCoordinate transformation to input coordinates.
|
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 OppositeCoordinate(int index)
index - the index of the value to turn into its oppositepublic double[] transform(double[] coord)
throws IllegalCoordinateException
transform in interface CoordinateOperationtransform in class AbstractCoordinateOperationcoord - is an array containing one, two or three ordinatesIllegalCoordinateExceptionpublic CoordinateOperation inverse()
inverse in interface CoordinateOperationinverse in class AbstractCoordinateOperationCopyright © 2019 CNRS. All rights reserved.