Class 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:
    Serialized Form
    • 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
      GeoTIFFDescriptor()
      The public Constructor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register()
      A convenience method for registering the "geotiff" methods into JAI.
      • 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
    • Constructor Detail

      • GeoTIFFDescriptor

        public GeoTIFFDescriptor()
        The public Constructor.
    • Method Detail

      • 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.