|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.gc.ParameterInfo
ParameterDescriptor
.
Informations about a parameter required for a grid coverage processing
operation. This information includes the name of the parameter, parameter
description, parameter type etc.
This is mostly a convenience class, since all informations are extracted
from ParameterListDescriptor
. We provide it because it is part of
OpenGIS specification and its API is significantly different from Java
Advanced Imaging.
GC_ParameterInfo
,
Serialized FormConstructor Summary | |
ParameterInfo(javax.media.jai.ParameterListDescriptor descriptor,
int index)
Deprecated. Construct a new info for a parameter. |
|
ParameterInfo(javax.media.jai.ParameterListDescriptor descriptor,
java.lang.String name)
Deprecated. Construct a new info for a parameter. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Deprecated. Compares the specified object with this parameter for equality. |
java.lang.Object |
getDefaultValue()
Deprecated. Returns the default value for parameter. |
java.lang.String |
getDescription(java.util.Locale locale)
Deprecated. Returns the parameter description. |
java.lang.Number |
getMaximumValue()
Deprecated. Returns the maximum parameter value. |
java.lang.Number |
getMinimumValue()
Deprecated. Returns the minimum parameter value. |
java.lang.String |
getName()
Deprecated. Returns the parameter name. |
java.lang.Class |
getType()
Deprecated. Returns the parameter type. |
int |
hashCode()
Deprecated. Returns a hash value for this parameter. |
java.lang.String |
toString()
Deprecated. Returns a string repr?sentation of this parameter. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ParameterInfo(javax.media.jai.ParameterListDescriptor descriptor, java.lang.String name) throws java.lang.IllegalArgumentException
descriptor
- The originating parameter list descriptor.name
- The parameter name.
java.lang.IllegalArgumentException
- if name
is
not a parameter of descriptor
.public ParameterInfo(javax.media.jai.ParameterListDescriptor descriptor, int index)
descriptor
- The originating parameter list descriptor.index
- The parameter index.Method Detail |
public java.lang.String getName()
GC_ParameterInfo.getName()
public java.lang.String getDescription(java.util.Locale locale)
null
. If a locale is supplied, this
method will try to returns a description in this locale. The default
implementation always returns null
.
locale
- The locale, or null
for a default one.
null
if there is none.GC_ParameterInfo.getDescription()
public java.lang.Class getType()
GC_ParameterInfo.getType()
public java.lang.Object getDefaultValue()
Object
can be any type including a Number
or a String
. For example, a filtering operation could have
a default kernel size of 3. If there is no default value, this method
returns null
.
GC_ParameterInfo.getDefaultValue()
public java.lang.Number getMinimumValue()
null
.
GC_ParameterInfo.getMinimumValue()
public java.lang.Number getMaximumValue()
null
.
GC_ParameterInfo.getMaximumValue()
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |