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 the
Format service provider interface for SRP (ASRP/USPR) files.- Author:
- Andrea Aime, GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aSRPFormatbooleanTells me if the coverage plugin to access Erdas imagine is available or not.Methods inherited from class BaseGridFormatFactorySPI
getImplementationHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Factory
getImplementationHints
-
Constructor Details
-
SRPFormatFactory
public SRPFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Tells me if the coverage plugin to access Erdas imagine is available or not.- Specified by:
isAvailablein interfaceOptionalFactory- Overrides:
isAvailablein classBaseGridFormatFactorySPI- Returns:
trueif the plugin is available,falseotherwise.
-
createFormat
Creating aSRPFormat- Specified by:
createFormatin interfaceGridFormatFactorySpi- Overrides:
createFormatin classBaseGridFormatFactorySPI- Returns:
- A
SRPFormat
-