Class MrSIDImageFactory
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.mrsid.MrSIDImageFactory
-
- All Implemented Interfaces:
ReferencedImageFactory
public class MrSIDImageFactory extends Object implements ReferencedImageFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringMRSIDDECODEstatic StringMRSIDINFO-
Fields inherited from interface com.vividsolutions.jump.workbench.imagery.ReferencedImageFactory
REGISTRY_CLASSIFICATION
-
-
Constructor Summary
Constructors Constructor Description MrSIDImageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedImagecreateImage(String location)StringgetDescription()String[]getExtensions()StringgetTypeName()booleanisAvailable(WorkbenchContext context)booleanisEditableImage(String location)
-
-
-
Field Detail
-
MRSIDDECODE
public static final String MRSIDDECODE
- See Also:
- Constant Field Values
-
MRSIDINFO
public static final String MRSIDINFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceReferencedImageFactory
-
createImage
public ReferencedImage createImage(String location) throws Exception
- Specified by:
createImagein interfaceReferencedImageFactory- Throws:
Exception
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceReferencedImageFactory
-
getExtensions
public String[] getExtensions()
- Specified by:
getExtensionsin interfaceReferencedImageFactory
-
isEditableImage
public boolean isEditableImage(String location)
- Specified by:
isEditableImagein interfaceReferencedImageFactory
-
isAvailable
public boolean isAvailable(WorkbenchContext context)
- 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
-
-