Class ECWImageFactory
java.lang.Object
com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory
- All Implemented Interfaces:
ReferencedImageFactory
- Direct Known Subclasses:
JPEG2000ImageFactory
-
Field Summary
Fields inherited from interface ReferencedImageFactory
REGISTRY_CLASSIFICATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImage(String location) String[]booleanisAvailable(WorkbenchContext context) booleanisEditableImage(String location)
-
Constructor Details
-
ECWImageFactory
public ECWImageFactory()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceReferencedImageFactory
-
createImage
- Specified by:
createImagein interfaceReferencedImageFactory- Throws:
Exception
-
getDescription
- Specified by:
getDescriptionin interfaceReferencedImageFactory
-
getExtensions
- Specified by:
getExtensionsin interfaceReferencedImageFactory
-
isEditableImage
- Specified by:
isEditableImagein interfaceReferencedImageFactory
-
isAvailable
- Specified by:
isAvailablein interfaceReferencedImageFactory- Parameters:
context- can be null, depending on the implementation (e.g. not null for MrSid driver)- Returns:
- true if it is available
-