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

Packages that use Projection
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.referencing.operation.projection Basic implementations of map projections
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of Projection in org.geotools.referencing.crs
 

Methods in org.geotools.referencing.crs that return Projection
 Projection DefaultProjectedCRS.getConversionFromBase()
          Returns the map projection from the base CRS to this CRS.
 

Uses of Projection in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement Projection
 class DefaultConicProjection
          Base class for conical map projections.
 class DefaultCylindricalProjection
          Base class for cylindrical map projections.
 class DefaultPlanarProjection
          Base class for for azimuthal (or planar) map projections.
 class DefaultProjection
          A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
 

Uses of Projection in org.geotools.referencing.operation.projection
 

Methods in org.geotools.referencing.operation.projection that return types with arguments of type Projection
 Class<? extends Projection> MapProjection.AbstractProvider.getOperationType()
          Returns the operation type for this map projection.
 

Uses of Projection in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return Projection
 Projection ProjectedCRS.getConversionFromBase()
          Returns the map projection from the base CRS to this CRS.
 

Uses of Projection in org.opengis.referencing.operation
 

Subinterfaces of Projection in org.opengis.referencing.operation
 interface ConicProjection
          Base interface for conical map projections.
 interface CylindricalProjection
          Base interface for cylindrical map projections.
 interface PlanarProjection
          Base interface for for azimuthal (or planar) map projections.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.