com.vividsolutions.jump.workbench.imagery.graphic
Class GraphicImageFactory
java.lang.Object
com.vividsolutions.jump.workbench.imagery.graphic.GraphicImageFactory
- All Implemented Interfaces:
- ReferencedImageFactory
public class GraphicImageFactory
- extends java.lang.Object
- implements ReferencedImageFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicImageFactory
public GraphicImageFactory()
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName in interface ReferencedImageFactory
createImage
public ReferencedImage createImage(java.lang.String location)
- Specified by:
createImage in interface ReferencedImageFactory
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface ReferencedImageFactory
getExtensions
public java.lang.String[] getExtensions()
- Specified by:
getExtensions in interface ReferencedImageFactory
isEditableImage
public boolean isEditableImage(java.lang.String location)
- Specified by:
isEditableImage in interface ReferencedImageFactory
isAvailable
public boolean isAvailable(WorkbenchContext context)
- Specified by:
isAvailable in interface ReferencedImageFactory
- Parameters:
context - can be null, depending on the implementation (e.g. not null for MrSid driver)
- Returns:
- true if it is available