Interface ReferencedImageFactory
- All Known Implementing Classes:
AbstractGraphicImageFactory, CommonsImageFactory, ECWImageFactory, GeoImageFactory, GeoTIFFImageFactory, IOGraphicImageFactory, JAIGraphicImageFactory, JPEG2000ImageFactory, MrSIDImageFactory, OpenJpegImageFactory
public interface ReferencedImageFactory
A factory for
ReferencedImages.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateImage(String uri_string) String[]booleanisAvailable(WorkbenchContext wbContext) booleanisEditableImage(String location)
-
Field Details
-
REGISTRY_CLASSIFICATION
-
-
Method Details
-
getTypeName
String getTypeName() -
createImage
- Throws:
Exception
-
getDescription
String getDescription() -
getExtensions
String[] getExtensions() -
isEditableImage
-
isAvailable
- Parameters:
wbContext- can be null, depending on the implementation (e.g. not null for MrSid driver)- Returns:
- true if it is available
-