|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projection | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.ct | Coordinate Transformations implementation. |
org.geotools.ct.proj | A set of map projections implementations. |
org.geotools.io.coverage | Helper classes for GridCoverageExchange .
|
org.geotools.resources | A set of helper classes for Geotools implementation; Do not use! |
Uses of Projection in org.geotools.cs |
Methods in org.geotools.cs that return Projection | |
Projection |
ProjectedCoordinateSystem.getProjection()
Deprecated. Replaced by AbstractDerivedCRS.getConversionFromBase() . |
Projection |
CoordinateSystemFactory.createProjection(java.lang.CharSequence name,
java.lang.String classification,
javax.media.jai.ParameterList parameters)
Deprecated. Creates a projection. |
Projection |
CoordinateSystemFactory.createProjection(java.lang.CharSequence name,
java.lang.String classification,
Ellipsoid ellipsoid,
java.awt.geom.Point2D centre,
java.awt.geom.Point2D translation)
Deprecated. Convenience method for constructing a projection using the specified ellipsoid. |
Projection |
Adapters.wrap(org.opengis.cs.CS_Projection projection)
Deprecated. Returns a projection for an OpenGIS interface. |
Methods in org.geotools.cs with parameters of type Projection | |
ProjectedCoordinateSystem |
CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection)
Deprecated. Creates a projected coordinate system using the specified geographic system. |
ProjectedCoordinateSystem |
CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection,
Unit unit,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Creates a projected coordinate system using a projection object. |
org.opengis.cs.CS_Projection |
Adapters.export(Projection projection)
Deprecated. Returns an OpenGIS interface for a projection. |
Constructors in org.geotools.cs with parameters of type Projection | |
ProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection)
Deprecated. Creates a projected coordinate system using the specified geographic system. |
|
ProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection,
Unit unit,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Creates a projected coordinate system using a projection object. |
Uses of Projection in org.geotools.ct |
Methods in org.geotools.ct with parameters of type Projection | |
MathTransform |
MathTransformFactory.createParameterizedTransform(Projection projection)
Deprecated. Creates a transform from a projection. |
protected MathTransform |
MathTransformProvider.create(Projection projection)
Deprecated. Returns a transform for the specified projection. |
Uses of Projection in org.geotools.ct.proj |
Methods in org.geotools.ct.proj with parameters of type Projection | |
abstract MathTransform |
Provider.create(Projection projection)
Deprecated. Create a new map projection from a Projection parameter. |
Constructors in org.geotools.ct.proj with parameters of type Projection | |
PolarStereographic(Projection parameters)
Deprecated. Construct a polar stereographic projection. |
|
AlbersEqualArea(Projection parameters)
Deprecated. Construct a new map projection from the supplied parameters. |
|
TransverseMercator(Projection parameters)
Deprecated. Construct a new map projection from the suplied parameters. |
|
ConicProjection(Projection parameters)
Deprecated. Construct a new map projection from the suplied parameters. |
|
LambertConformal(Projection parameters)
Deprecated. Construct a new projection from the supplied parameters. |
|
PolarOrthographic(Projection parameters)
Deprecated. Construct a polar orthographic projection. |
|
EquatorialStereographic(Projection parameters)
Deprecated. Construct an oblique stereographic projection. |
|
ObliqueStereographic(Projection parameters)
Deprecated. Construct an oblique stereographic projection. |
|
CylindricalProjection(Projection parameters)
Deprecated. Construct a new map projection from the suplied parameters. |
|
Mercator(Projection parameters)
Deprecated. Construct a new map projection from the supplied parameters. |
|
EquatorialOrthographic(Projection parameters)
Deprecated. Construct an equatorial orthographic projection. |
|
Stereographic(Projection parameters)
Deprecated. Construct a stereographic transformation from the specified parameters. |
|
MapProjection(Projection parameters)
Deprecated. Construct a new map projection from the suplied parameters. |
|
PlanarProjection(Projection parameters)
Deprecated. Construct a new map projection from the suplied parameters. |
|
Orthographic(Projection parameters)
Deprecated. Construct a new map projection from the supplied parameters. |
|
ObliqueOrthographic(Projection parameters)
Deprecated. Construct an oblique orthographic projection. |
Uses of Projection in org.geotools.io.coverage |
Methods in org.geotools.io.coverage that return Projection | |
Projection |
PropertyParser.getProjection()
Deprecated. Returns the projection. |
Uses of Projection in org.geotools.resources |
Methods in org.geotools.resources that return Projection | |
static Projection |
CTSUtilities.getProjection(CoordinateSystem cs)
Deprecated. Returns the first projection found in a coordinate system, or null if there is none. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |