Interface ReferencedImageFactory

All Known Implementing Classes:
AbstractGraphicImageFactory, CommonsImageFactory, ECWImageFactory, GeoImageFactory, GeoTIFFImageFactory, IOGraphicImageFactory, JAIGraphicImageFactory, JPEG2000ImageFactory, MrSIDImageFactory, OpenJpegImageFactory

public interface ReferencedImageFactory
A factory for ReferencedImages.
  • Field Details

    • REGISTRY_CLASSIFICATION

      static final String REGISTRY_CLASSIFICATION
  • Method Details

    • getTypeName

      String getTypeName()
    • createImage

      ReferencedImage createImage(String uri_string) throws Exception
      Throws:
      Exception
    • getDescription

      String getDescription()
    • getExtensions

      String[] getExtensions()
    • isEditableImage

      boolean isEditableImage(String location)
    • isAvailable

      boolean isAvailable(WorkbenchContext wbContext)
      Parameters:
      wbContext - can be null, depending on the implementation (e.g. not null for MrSid driver)
      Returns:
      true if it is available