Class GeoTIFFDescriptor
java.lang.Object
javax.media.jai.OperationDescriptorImpl
org.libtiff.jai.operator.XTIFFDescriptor
org.geotiff.image.jai.GeoTIFFDescriptor
- All Implemented Interfaces:
RenderedImageFactory, Serializable, javax.media.jai.OperationDescriptor, javax.media.jai.RegistryElementDescriptor
The GeoTIFFDescriptor is a single class that is both an OperationDescriptor
and a RenderedImageFactory for the overridden "tiff" operation.
- Author:
- Niles Ritter
- See Also:
-
Field Summary
Fields inherited from class javax.media.jai.OperationDescriptorImpl
sourceNames, supportedModesFields inherited from interface javax.media.jai.OperationDescriptor
NO_PARAMETER_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()A convenience method for registering the "geotiff" methods into JAI.Methods inherited from class XTIFFDescriptor
create, registerMethods 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
-
Constructor Details
-
GeoTIFFDescriptor
public GeoTIFFDescriptor()The public Constructor.
-
-
Method Details
-
register
public static void register()A convenience method for registering the "geotiff" methods into JAI. This needs only be called once before using GeoTIFF methods.
-