Uses of Class
org.geotoolkit.referencing.operation.projection.UnitaryProjection.Parameters

Packages that use UnitaryProjection.Parameters
org.geotoolkit.referencing.operation.projection Map projection implementations. 
 

Uses of UnitaryProjection.Parameters in org.geotoolkit.referencing.operation.projection
 

Subclasses of UnitaryProjection.Parameters in org.geotoolkit.referencing.operation.projection
protected static class ObliqueMercator.Parameters
          Parameters used in Oblique Mercator projections.
protected static class TransverseMercator.Parameters
          Parameters of a Transverse Mercator projection.
 

Methods in org.geotoolkit.referencing.operation.projection that return UnitaryProjection.Parameters
protected  UnitaryProjection.Parameters UnitaryProjection.getUnmarshalledParameters()
          The parameters used for creating this projection.
 

Constructors in org.geotoolkit.referencing.operation.projection with parameters of type UnitaryProjection.Parameters
AlbersEqualArea(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
CassiniSoldner(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
EquatorialStereographic(UnitaryProjection.Parameters parameters)
          Constructs an equatorial stereographic projection (EPSG equations).
Equirectangular(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
Krovak(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
LambertAzimuthalEqualArea(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
LambertConformal(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
Mercator(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
NewZealandMapGrid(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
ObliqueStereographic(UnitaryProjection.Parameters parameters)
          Constructs an oblique stereographic projection (EPSG equations).
Orthographic(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
PolarStereographic(UnitaryProjection.Parameters parameters)
          Constructs an oblique stereographic projection (USGS equations).
Polyconic(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
Stereographic(UnitaryProjection.Parameters parameters)
          Constructs an oblique stereographic projection (USGS equations).
UnitaryProjection(UnitaryProjection.Parameters parameters)
          Constructs a new map projection from the supplied parameters.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.