org.opengis.referencing.operation
Interface SingleOperation
- All Superinterfaces:
- CoordinateOperation, IdentifiedObject
- All Known Subinterfaces:
- ConicProjection, Conversion, CylindricalProjection, PassThroughOperation, PlanarProjection, Projection, Transformation
@UML(identifier="CC_SingleOperation",
specification=ISO_19111)
public interface SingleOperation
- extends CoordinateOperation
A parameterized mathematical operation on coordinates that transforms or converts
coordinates to another coordinate reference system. This coordinate operation thus
uses an operation method, usually with associated parameter values. This is a
single (not concatenated) coordinate operation.
- Since:
- 1.0
getMethod
@UML(identifier="method",
obligation=MANDATORY,
specification=ISO_19111)
OperationMethod getMethod()
- Returns the operation method.
- Returns:
- The operation method.
- Since:
- 2.3
getParameterValues
@UML(identifier="parameterValue",
obligation=MANDATORY,
specification=ISO_19111)
ParameterValueGroup getParameterValues()
- Returns the parameter values.
- Returns:
- The parameter values.
- Since:
- 2.3
Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.