Uses of Interface
org.opengis.referencing.operation.SingleOperation

Packages that use SingleOperation
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of SingleOperation in org.opengis.referencing.operation
 

Subinterfaces of SingleOperation in org.opengis.referencing.operation
 interface ConicProjection
          Base interface for conical map projections.
 interface Conversion
          An operation on coordinates that does not include any change of Datum.
 interface CylindricalProjection
          Base interface for cylindrical map projections.
 interface PassThroughOperation
          A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
 interface PlanarProjection
          Base interface for for azimuthal (or planar) map projections.
 interface Projection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 interface Transformation
          An operation on coordinates that usually includes a change of Datum.
 

Methods in org.opengis.referencing.operation that return SingleOperation
 SingleOperation PassThroughOperation.getOperation()
          Returns the operation to apply on the subset of a coordinate tuple.
 

Methods in org.opengis.referencing.operation that return types with arguments of type SingleOperation
 List<SingleOperation> ConcatenatedOperation.getOperations()
          Returns the sequence of operations.
 

Method parameters in org.opengis.referencing.operation with type arguments of type SingleOperation
 Set<OperationMethod> MathTransformFactory.getAvailableMethods(Class<? extends SingleOperation> type)
          Returns a set of available methods for math transforms.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.