Class IOGraphicImageFactory
java.lang.Object
com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImageFactory
com.vividsolutions.jump.workbench.imagery.graphic.IOGraphicImageFactory
- All Implemented Interfaces:
ReferencedImageFactory, Prioritized
-
Field Summary
Fields inherited from class AbstractGraphicImageFactory
extensionsFields inherited from interface Prioritized
COMPARATOR, NOPRIORITYFields inherited from interface ReferencedImageFactory
REGISTRY_CLASSIFICATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImage(String location) booleanisAvailable(WorkbenchContext context) Methods inherited from class AbstractGraphicImageFactory
addExtension, addExtensions, getDescription, getExtensions, getPriority, isEditableImage
-
Constructor Details
-
IOGraphicImageFactory
public IOGraphicImageFactory()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceReferencedImageFactory- Specified by:
getTypeNamein classAbstractGraphicImageFactory
-
createImage
- Specified by:
createImagein interfaceReferencedImageFactory- Specified by:
createImagein classAbstractGraphicImageFactory- Throws:
Exception
-
isAvailable
- Specified by:
isAvailablein interfaceReferencedImageFactory- Specified by:
isAvailablein classAbstractGraphicImageFactory- Parameters:
context- can be null, depending on the implementation (e.g. not null for MrSid driver)- Returns:
- true if it is available
-