|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MissingParameterException | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.ct |
Uses of MissingParameterException in org.deegree_impl.model.cs |
Methods in org.deegree_impl.model.cs that throw MissingParameterException | |
double |
Projection.getValue(java.lang.String name)
Convenience method for fetching a parameter value. |
private static double |
Projection.getValue(ParameterList parameters,
java.lang.String name,
double defaultValue,
boolean required)
Convenience method for fetching a parameter value. |
Uses of MissingParameterException in org.deegree_impl.model.ct |
Methods in org.deegree_impl.model.ct that throw MissingParameterException | |
MathTransform |
MathTransformFactory.createParameterizedTransform(java.lang.String classification,
ParameterList parameters)
Creates a transform from a classification name and parameters. |
MathTransform |
MathTransformFactory.createParameterizedTransform(Projection projection)
Convenience method for creating a transform from a projection. |
Constructors in org.deegree_impl.model.ct that throw MissingParameterException | |
TransverseMercatorProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
TransverseMercatorProjection(Projection parameters,
boolean modified)
Construct a new map projection from the suplied parameters. |
|
StereographicProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
StereographicProjection(Projection parameters,
boolean polar,
boolean auto)
Construct a new map projection from the suplied parameters. |
|
PlateCarreeProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
PlanarProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
MercatorProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
MapProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
LambertConformalProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
CylindricalProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
ConicProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |