Class ECWImageFactory
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory
-
- All Implemented Interfaces:
ReferencedImageFactory
- Direct Known Subclasses:
JPEG2000ImageFactory
public class ECWImageFactory extends Object implements ReferencedImageFactory
-
-
Field Summary
-
Fields inherited from interface com.vividsolutions.jump.workbench.imagery.ReferencedImageFactory
REGISTRY_CLASSIFICATION
-
-
Constructor Summary
Constructors Constructor Description ECWImageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedImage
createImage(String location)
String
getDescription()
String[]
getExtensions()
String
getTypeName()
boolean
isAvailable(WorkbenchContext context)
boolean
isEditableImage(String location)
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeName
in interfaceReferencedImageFactory
-
createImage
public ReferencedImage createImage(String location) throws Exception
- Specified by:
createImage
in interfaceReferencedImageFactory
- Throws:
Exception
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceReferencedImageFactory
-
getExtensions
public String[] getExtensions()
- Specified by:
getExtensions
in interfaceReferencedImageFactory
-
isEditableImage
public boolean isEditableImage(String location)
- Specified by:
isEditableImage
in interfaceReferencedImageFactory
-
isAvailable
public boolean isAvailable(WorkbenchContext context)
- Specified by:
isAvailable
in interfaceReferencedImageFactory
- Parameters:
context
- can be null, depending on the implementation (e.g. not null for MrSid driver)- Returns:
- true if it is available
-
-