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

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

Uses of SingleOperation in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement SingleOperation
 class DefaultConicProjection
          Base class for conical map projections.
 class DefaultConversion
          An operation on coordinates that does not include any change of Datum.
 class DefaultCylindricalProjection
          Base class for cylindrical map projections.
 class DefaultOperation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 class DefaultPassThroughOperation
          A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
 class DefaultPlanarProjection
          Base class for for azimuthal (or planar) map projections.
 class DefaultProjection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 class DefaultSingleOperation
          A single (not concatenated) coordinate operation.
 class DefaultTransformation
          An operation on coordinates that usually includes a change of Datum.
 class DefiningConversion
          A conversion used for the definition of a derived CRS (including projections).
 

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

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 Operation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 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 types with arguments of type SingleOperation
 List<SingleOperation> ConcatenatedOperation.getOperations()
          Returns the sequence of operations.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.