org.geotools.image.jai
Class NodataFilterDescriptor

java.lang.Object
  extended byjavax.media.jai.OperationDescriptorImpl
      extended byorg.geotools.image.jai.NodataFilterDescriptor
All Implemented Interfaces:
javax.media.jai.OperationDescriptor, javax.media.jai.RegistryElementDescriptor, java.io.Serializable

public class NodataFilterDescriptor
extends javax.media.jai.OperationDescriptorImpl

The descriptor for the NodataFilter operation.

Since:
2.1
Version:
$Id: NodataFilterDescriptor.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Lionel Flahaut
See Also:
Serialized Form

Field Summary
static java.lang.String OPERATION_NAME
          The operation name, which is "org.geotools.NodataFilter".
 
Fields inherited from class javax.media.jai.OperationDescriptorImpl
resources, sourceNames, supportedModes
 
Fields inherited from interface javax.media.jai.OperationDescriptor
NO_PARAMETER_DEFAULT
 
Constructor Summary
NodataFilterDescriptor()
          Constructs the descriptor.
 
Methods inherited from class javax.media.jai.OperationDescriptorImpl
arePropertiesSupported, getDefaultSourceClass, getDestClass, getDestClass, getInvalidRegion, getName, getNumParameters, getNumSources, getParamClasses, getParamDefaults, getParamDefaultValue, getParameterListDescriptor, getParamMaxValue, getParamMinValue, getParamNames, getPropertyGenerators, getPropertyGenerators, getRenderableDestClass, getRenderableSourceClasses, getResourceBundle, getResources, getSourceClasses, getSourceClasses, getSourceNames, getSupportedModes, isImmediate, isModeSupported, isRenderableSupported, isRenderedSupported, makeDefaultSourceClassList, validateArguments, validateArguments, validateParameters, validateParameters, validateRenderableArguments, validateRenderableSources, validateSources, validateSources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_NAME

public static final java.lang.String OPERATION_NAME
The operation name, which is "org.geotools.NodataFilter".

See Also:
Constant Field Values
Constructor Detail

NodataFilterDescriptor

public NodataFilterDescriptor()
Constructs the descriptor.



Copyright © GeoTools. All Rights Reserved.