Package org.geolatte.geom.crs.trans
Class Geographic3DTo2DConversion
- java.lang.Object
-
- org.geolatte.geom.crs.trans.Geographic3DTo2DConversion
-
- All Implemented Interfaces:
CoordinateOperation,WithEpsgGOperationMethod
public class Geographic3DTo2DConversion extends Object implements CoordinateOperation, WithEpsgGOperationMethod
Converts between a Geographic 3D and a 2D system EPSG Method 9659 Created by Karel Maesen, Geovise BVBA on 20/07/17.
-
-
Constructor Summary
Constructors Constructor Description Geographic3DTo2DConversion()Geographic3DTo2DConversion(double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforward(double[] inCoordinate, double[] outCoordinate)intgetMethodId()Returns the EPSG code for the operation methodintinCoordinateDimension()booleanisReversible()intoutCoordinateDimension()voidreverse(double[] inCoordinate, double[] outCoordinate)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.geolatte.geom.crs.trans.CoordinateOperation
appendForward, appendReverse, reversed
-
-
-
-
Method Detail
-
isReversible
public boolean isReversible()
- Specified by:
isReversiblein interfaceCoordinateOperation
-
inCoordinateDimension
public int inCoordinateDimension()
- Specified by:
inCoordinateDimensionin interfaceCoordinateOperation
-
outCoordinateDimension
public int outCoordinateDimension()
- Specified by:
outCoordinateDimensionin interfaceCoordinateOperation
-
forward
public void forward(double[] inCoordinate, double[] outCoordinate)- Specified by:
forwardin interfaceCoordinateOperation
-
reverse
public void reverse(double[] inCoordinate, double[] outCoordinate)- Specified by:
reversein interfaceCoordinateOperation
-
getMethodId
public int getMethodId()
Description copied from interface:WithEpsgGOperationMethodReturns the EPSG code for the operation method- Specified by:
getMethodIdin interfaceWithEpsgGOperationMethod- Returns:
- The EPSG Code for the operation method
-
-