Class GeoImageFactoryFileLayerLoader
- java.lang.Object
-
- org.openjump.core.ui.io.file.AbstractFileLayerLoader
-
- com.vividsolutions.jump.workbench.imagery.ReferencedImageFactoryFileLayerLoader
-
- com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactoryFileLayerLoader
-
- All Implemented Interfaces:
Prioritized
,FileLayerLoader
public class GeoImageFactoryFileLayerLoader extends ReferencedImageFactoryFileLayerLoader
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.imagery.ReferencedImageFactoryFileLayerLoader
imageFactory, workbenchContext
-
Fields inherited from class org.openjump.core.ui.io.file.AbstractFileLayerLoader
PRIO_COMPARATOR
-
Fields inherited from interface org.openjump.core.ui.io.file.FileLayerLoader
KEY
-
Fields inherited from interface com.vividsolutions.jump.workbench.model.Prioritized
COMPARATOR, NOPRIORITY
-
-
Constructor Summary
Constructors Constructor Description GeoImageFactoryFileLayerLoader(WorkbenchContext workbenchContext, GeoImageFactory gif, String[] additionalSupportedFileExtensions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FileLayerLoader>
getValidImageSubFactories(URI uri)
static void
register(WorkbenchContext wbc)
-
Methods inherited from class com.vividsolutions.jump.workbench.imagery.ReferencedImageFactoryFileLayerLoader
createImageFeature, createImageFeature, createImageFeatures, createLayer, getImageFactory, getPriority, open
-
Methods inherited from class org.openjump.core.ui.io.file.AbstractFileLayerLoader
addFileExtensions, addOption, addOption, getDescription, getFileExtensions, getOptionMetadata, removeOption, removeOption, toString
-
-
-
-
Constructor Detail
-
GeoImageFactoryFileLayerLoader
public GeoImageFactoryFileLayerLoader(WorkbenchContext workbenchContext, GeoImageFactory gif, String[] additionalSupportedFileExtensions)
-
-
Method Detail
-
getValidImageSubFactories
public List<FileLayerLoader> getValidImageSubFactories(URI uri) throws IOException
- Throws:
IOException
-
register
public static void register(WorkbenchContext wbc)
-
-