|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterNotFoundException | |
---|---|
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.parameter | Parameter implementation. |
org.geotools.referencing.operation | Coordinate operation implementation. |
org.geotools.referencing.operation.projection | Basic implementations of map projections. |
org.geotools.referencing.operation.transform | Basic implementations of math transforms. |
org.opengis.parameter | Description and storage of parameter values. |
Uses of ParameterNotFoundException in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that throw ParameterNotFoundException | |
---|---|
protected ViewType |
Operation2D.extractSources(ParameterValueGroup parameters,
String[] sourceNames,
GridCoverage2D[] sources)
Extracts and prepares the sources for this Operation2D , taking into account the
need for going to the geophysics view of the data in case this operation requires so. |
Uses of ParameterNotFoundException in org.geotools.parameter |
---|
Methods in org.geotools.parameter that throw ParameterNotFoundException | |
---|---|
ParameterValueGroup |
ParameterGroup.addGroup(String name)
Creates a new group of the specified name. |
ParameterValueGroup |
ImagingParameters.addGroup(String name)
Always throws an exception, since JAI's parameter list don't have subgroups. |
GeneralParameterDescriptor |
MatrixParameterDescriptors.descriptor(String name)
Returns the parameter in this group for the specified name. |
GeneralParameterDescriptor |
DefaultParameterDescriptorGroup.descriptor(String name)
Returns the first parameter in this group for the specified identifier code. |
GeneralParameterDescriptor |
MatrixParameters.descriptor(String name)
Returns the parameter in this group for the specified name. |
List<ParameterValueGroup> |
ParameterGroup.groups(String name)
Returns all subgroups with the specified name. |
List<ParameterValueGroup> |
ImagingParameters.groups(String name)
Always throws an exception, since JAI's parameter list don't have subgroups. |
ParameterValue |
ParameterGroup.parameter(String name)
Returns the value in this group for the specified identifier code. |
ParameterValue |
ImagingParameters.parameter(String name)
Returns the value in this group for the specified identifier code. |
ParameterValue<?> |
MatrixParameters.parameter(String name)
Returns the value in this group for the specified name. |
Uses of ParameterNotFoundException in org.geotools.referencing.operation |
---|
Methods in org.geotools.referencing.operation that throw ParameterNotFoundException | ||
---|---|---|
protected abstract MathTransform |
MathTransformProvider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values. |
|
protected static double |
MathTransformProvider.doubleValue(ParameterDescriptor<?> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter. |
|
protected static
|
MathTransformProvider.getParameter(ParameterDescriptor<T> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter. |
|
protected static int |
MathTransformProvider.intValue(ParameterDescriptor<?> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter. |
|
protected static String |
MathTransformProvider.stringValue(ParameterDescriptor<?> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter. |
|
protected static
|
MathTransformProvider.value(ParameterDescriptor<T> param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter. |
Uses of ParameterNotFoundException in org.geotools.referencing.operation.projection |
---|
Methods in org.geotools.referencing.operation.projection that throw ParameterNotFoundException | |
---|---|
protected MathTransform |
WorldVanDerGrintenI.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
Krovak.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
WinkelTripel.WinkelProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
WinkelTripel.AitoffProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Mercator2SP.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
EckertIV.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
ObliqueMercator.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
ObliqueMercator.Provider_TwoPoint.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
AlbersEqualArea.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
HotineObliqueMercator.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
HotineObliqueMercator.Provider_TwoPoint.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Stereographic.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Mercator1SP.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
PolarStereographic.ProviderA.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
PolarStereographic.ProviderB.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
PolarStereographic.ProviderNorth.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
PolarStereographic.ProviderSouth.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
EquidistantConic.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Mollweide.MollweideProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Mollweide.WagnerIVProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Mollweide.WagnerVProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
TransverseMercator.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
TransverseMercator.Provider_SouthOrientated.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
LambertConformal1SP.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Robinson.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
CassiniSoldner.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Orthographic.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
Polyconic.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
NewZealandMapGrid.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
LambertConformalBelgium.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
EquidistantCylindrical.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
EquidistantCylindrical.SphericalProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
MercatorPseudoProvider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
MathTransform |
LambertAzimuthalEqualArea.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
LambertConformal2SP.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
PlateCarree.Provider.createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
protected static double |
MapProjection.AbstractProvider.doubleValue(ParameterDescriptor param,
ParameterValueGroup group)
Returns the parameter value for the specified operation parameter in standard units. |
Constructors in org.geotools.referencing.operation.projection that throw ParameterNotFoundException | |
---|---|
AlbersEqualArea(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
CassiniSoldner(ParameterValueGroup values)
|
|
EckertIV(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
EquatorialOrthographic(ParameterValueGroup parameters)
Constructs an equatorial orthographic projection. |
|
EquatorialStereographic(ParameterValueGroup parameters)
Constructs an equatorial stereographic projection (EPSG equations). |
|
EquidistantConic(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
|
EquidistantCylindrical(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
HotineObliqueMercator(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
Krovak(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
Krovak(ParameterValueGroup parameters,
boolean esriDefinition)
Constructs a new map projection from the supplied parameters. |
|
LambertAzimuthalEqualArea(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
LambertConformal(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
LambertConformal1SP(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
LambertConformal2SP(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
LambertConformalBelgium(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
MapProjection(ParameterValueGroup values)
Constructs a new map projection from the suplied parameters. |
|
Mercator(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
Mercator1SP(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
Mercator2SP(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
Mollweide(Mollweide.ProjectionMode mode,
ParameterDescriptorGroup descriptors,
ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
NewZealandMapGrid(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
ObliqueMercator(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
ObliqueOrthographic(ParameterValueGroup parameters)
Constructs an oblique orthographic projection. |
|
ObliqueStereographic(ParameterValueGroup parameters)
Constructs an oblique stereographic projection (EPSG equations). |
|
Orthographic(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values. |
|
PlateCarree(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
PolarOrthographic(ParameterValueGroup parameters)
Constructs a polar orthographic projection. |
|
Polyconic(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
Robinson(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
TransverseMercator(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
WinkelTripel(WinkelTripel.ProjectionMode mode,
ParameterDescriptorGroup descriptors,
ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
|
WorldVanDerGrintenI(ParameterValueGroup values)
Constructs a new map projection from the supplied parameters. |
|
WorldVanDerGrintenI(ParameterValueGroup values,
Collection<GeneralParameterDescriptor> expected)
|
Uses of ParameterNotFoundException in org.geotools.referencing.operation.transform |
---|
Methods in org.geotools.referencing.operation.transform that throw ParameterNotFoundException | |
---|---|
protected MathTransform |
EarthGravitationalModel.Provider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values. |
protected MathTransform |
SimilarityTransformProvider.createMathTransform(ParameterValueGroup values)
Constructs an AffineTransform2D math transform from the specified group of parameter values. |
protected MathTransform |
ProjectiveTransform.ProviderAffine.createMathTransform(ParameterValueGroup values)
Creates a projective transform from the specified group of parameter values. |
protected MathTransform |
ProjectiveTransform.ProviderLongitudeRotation.createMathTransform(ParameterValueGroup values)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
MolodenskiTransform.Provider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values. |
protected MathTransform |
WarpTransform2D.Provider.createMathTransform(ParameterValueGroup values)
Creates a warp transform from the specified group of parameter values. |
protected MathTransform |
GeocentricTranslation.Provider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values. |
protected MathTransform |
GeocentricTransform.Provider.createMathTransform(ParameterValueGroup values)
Creates a transform from the specified group of parameter values. |
MathTransform |
GeocentricTransform.ProviderInverse.createMathTransform(ParameterValueGroup values)
Creates a transform from the specified group of parameter values. |
protected MathTransform |
NADCONTransform.Provider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values. |
protected MathTransform |
NTv2Transform.Provider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values. |
protected MathTransform1D |
ExponentialTransform1D.Provider.createMathTransform(ParameterValueGroup values)
Creates a logarithmic transform from the specified group of parameter values. |
protected MathTransform1D |
LogarithmicTransform1D.Provider.createMathTransform(ParameterValueGroup values)
Creates a logarithmic transform from the specified group of parameter values. |
Constructors in org.geotools.referencing.operation.transform that throw ParameterNotFoundException | |
---|---|
NADCONTransform(URI latGridName,
URI longGridName)
Constructs a NADCONTransform from the specified grid shift files. |
Uses of ParameterNotFoundException in org.opengis.parameter |
---|
Methods in org.opengis.parameter that throw ParameterNotFoundException | |
---|---|
ParameterValueGroup |
ParameterValueGroup.addGroup(String name)
Creates a new group of the specified name. |
GeneralParameterDescriptor |
ParameterDescriptorGroup.descriptor(String name)
Returns the parameter descriptor in this group for the specified identifier code. |
List<ParameterValueGroup> |
ParameterValueGroup.groups(String name)
Returns all subgroups with the specified name. |
ParameterValue<?> |
ParameterValueGroup.parameter(String name)
Returns the value in this group for the specified identifier code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |