Package org.geotools.coverageio.gdal.srp
Class SRPFormatFactory
- Object
-
- BaseGridFormatFactorySPI
-
- SRPFormatFactory
-
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
public final class SRPFormatFactory extends BaseGridFormatFactorySPI implements GridFormatFactorySpi
Implementation of theFormat
service provider interface for SRP (ASRP/USPR) files.- Author:
- Andrea Aime, GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description SRPFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SRPFormat
createFormat()
Creating aSRPFormat
boolean
isAvailable()
Tells me if the coverage plugin to access Erdas imagine is available or not.-
Methods inherited from class BaseGridFormatFactorySPI
getImplementationHints
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Factory
getImplementationHints
-
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
Tells me if the coverage plugin to access Erdas imagine is available or not.- Specified by:
isAvailable
in interfaceOptionalFactory
- Overrides:
isAvailable
in classBaseGridFormatFactorySPI
- Returns:
true
if the plugin is available,false
otherwise.
-
createFormat
public SRPFormat createFormat()
Creating aSRPFormat
- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Overrides:
createFormat
in classBaseGridFormatFactorySPI
- Returns:
- A
SRPFormat
-
-