Class RPFTOCFormatFactory
Object
BaseGridFormatFactorySPI
RPFTOCFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
public final class RPFTOCFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi
Implementation of the
Format service provider interface for RPFTOC files.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aRPFTOCFormatbooleanTells 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
-
RPFTOCFormatFactory
public RPFTOCFormatFactory()
-
-
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 aRPFTOCFormat- Specified by:
createFormatin interfaceGridFormatFactorySpi- Overrides:
createFormatin classBaseGridFormatFactorySPI- Returns:
- A
RPFTOCFormat
-