Uses of Class
org.geotools.ct.MissingParameterException

Packages that use MissingParameterException
org.geotools.cs Coordinate Systems implementation.  
org.geotools.ct Coordinate Transformations implementation.  
org.geotools.ct.proj A set of map projections implementations.  
 

Uses of MissingParameterException in org.geotools.cs
 

Methods in org.geotools.cs that throw MissingParameterException
 double Projection.getValue(java.lang.String name)
          Deprecated. Convenience method for fetching a parameter value.
 

Uses of MissingParameterException in org.geotools.ct
 

Methods in org.geotools.ct that throw MissingParameterException
 MathTransform MathTransformFactory.createParameterizedTransform(java.lang.String classification, javax.media.jai.ParameterList parameters)
          Deprecated. Creates a transform from a classification name and parameters.
 MathTransform MathTransformFactory.createParameterizedTransform(Projection projection)
          Deprecated. Creates a transform from a projection.
abstract  MathTransform MathTransformProvider.create(javax.media.jai.ParameterList parameters)
          Deprecated. Returns a transform for the specified parameters.
protected  MathTransform MathTransformProvider.create(Projection projection)
          Deprecated. Returns a transform for the specified projection.
 

Uses of MissingParameterException in org.geotools.ct.proj
 

Methods in org.geotools.ct.proj that throw MissingParameterException
 MathTransform Provider.create(javax.media.jai.ParameterList parameters)
          Deprecated. Create a new map projection from a parameter list.
abstract  MathTransform Provider.create(Projection projection)
          Deprecated. Create a new map projection from a Projection parameter.
 

Constructors in org.geotools.ct.proj that throw MissingParameterException
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.
 



Copyright © GeoTools. All Rights Reserved.