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

public class GeoTIFFDescriptor extends XTIFFDescriptor
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, supportedModes

    Fields inherited from interface javax.media.jai.OperationDescriptor

    NO_PARAMETER_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
    The public Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    A convenience method for registering the "geotiff" methods into JAI.

    Methods inherited from class XTIFFDescriptor

    create, register

    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 Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.