org.cts.op
Class CoordinateOperationFactory
java.lang.Object
org.cts.op.CoordinateOperationFactory
public final class CoordinateOperationFactory
- extends Object
CoordinateOperationFactory is a factory used to create
CoordinateOperations from source
and target
CoordinateReferenceSystems.
- Author:
- Michaƫl Michaud, Jules Party
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GDATUM_OP
public static final int GDATUM_OP
- See Also:
- Constant Field Values
VDATUM_OP
public static final int VDATUM_OP
- See Also:
- Constant Field Values
ELLIPSOID_OP
public static final int ELLIPSOID_OP
- See Also:
- Constant Field Values
PRIME_MERIDIAN_OP
public static final int PRIME_MERIDIAN_OP
- See Also:
- Constant Field Values
GEOGRAPHIC_OP
public static final int GEOGRAPHIC_OP
- See Also:
- Constant Field Values
PROJECTION_OP
public static final int PROJECTION_OP
- See Also:
- Constant Field Values
DIMENSION_OP
public static final int DIMENSION_OP
- See Also:
- Constant Field Values
AXIS_ORDER_OP
public static final int AXIS_ORDER_OP
- See Also:
- Constant Field Values
UNIT_OP
public static final int UNIT_OP
- See Also:
- Constant Field Values
CoordinateOperationFactory
public CoordinateOperationFactory()
createCoordinateOperations
public static List<CoordinateOperation> createCoordinateOperations(GeodeticCRS source,
GeodeticCRS target)
- Create a CoordinateOperation from a source
GeodeticCRS to a target
GeodeticCRS. Remember that
GeodeticCRS includes GeocentricCRS,
Geographic2DCRS, Geographic3DCRS and
ProjectedCRS.
- Parameters:
source - the (non null) source geodetic coordinate reference systemtarget - the (non null) target geodetic coordinate reference system
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.