Class JAIGraphicImageFactory
java.lang.Object
com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImageFactory
com.vividsolutions.jump.workbench.imagery.graphic.JAIGraphicImageFactory
- All Implemented Interfaces:
ReferencedImageFactory, Prioritized
- Direct Known Subclasses:
GeoTIFFImageFactory
-
Field Summary
FieldsFields 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
-
Field Details
-
extensions
-
-
Constructor Details
-
JAIGraphicImageFactory
public JAIGraphicImageFactory()
-
-
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
-