org.geotools.coverageio.gdal.erdasimg
Class ErdasImgFormatFactory
Object
BaseGridFormatFactorySPI
ErdasImgFormatFactory
- All Implemented Interfaces:
- GridFormatFactorySpi, Factory, OptionalFactory
public final class ErdasImgFormatFactory
- extends BaseGridFormatFactorySPI
- implements GridFormatFactorySpi
Implementation of the Format
service provider interface for ERDAS
Imagine files.
- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErdasImgFormatFactory
public ErdasImgFormatFactory()
isAvailable
public boolean isAvailable()
- Tells me if the coverage plugin to access Erdas imagine is available or not.
- Specified by:
isAvailable
in interface OptionalFactory
- Overrides:
isAvailable
in class BaseGridFormatFactorySPI
- Returns:
true
if the plugin is available, false
otherwise.
createFormat
public ErdasImgFormat createFormat()
- Creating a
ErdasImgFormat
- Specified by:
createFormat
in interface GridFormatFactorySpi
- Overrides:
createFormat
in class BaseGridFormatFactorySPI
- Returns:
- A
ErdasImgFormat
Copyright © 1996-2009 Geotools. All Rights Reserved.