public class MrSIDImageFactory extends java.lang.Object implements ReferencedImageFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MRSIDDECODE |
static java.lang.String |
MRSIDINFO |
REGISTRY_CLASSIFICATION
Constructor and Description |
---|
MrSIDImageFactory() |
Modifier and Type | Method and Description |
---|---|
ReferencedImage |
createImage(java.lang.String location) |
java.lang.String |
getDescription() |
java.lang.String[] |
getExtensions() |
java.lang.String |
getTypeName() |
boolean |
isAvailable(WorkbenchContext context) |
boolean |
isEditableImage(java.lang.String location) |
public static final java.lang.String MRSIDDECODE
public static final java.lang.String MRSIDINFO
public java.lang.String getTypeName()
getTypeName
in interface ReferencedImageFactory
public ReferencedImage createImage(java.lang.String location) throws java.lang.Exception
createImage
in interface ReferencedImageFactory
java.lang.Exception
public java.lang.String getDescription()
getDescription
in interface ReferencedImageFactory
public java.lang.String[] getExtensions()
getExtensions
in interface ReferencedImageFactory
public boolean isEditableImage(java.lang.String location)
isEditableImage
in interface ReferencedImageFactory
public boolean isAvailable(WorkbenchContext context)
isAvailable
in interface ReferencedImageFactory
context
- can be null, depending on the implementation (e.g. not null for
MrSid driver)