Package org.geotools.vsi
Class VSIFormatFactory
Object
BaseGridFormatFactorySPI
VSIFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
public final class VSIFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate and return the corrsponding format object of this classboolean
Return true if all necessary dependencies are met in order to use this resource typeMethods 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
-
Constructor Details
-
VSIFormatFactory
public VSIFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Return true if all necessary dependencies are met in order to use this resource type- Specified by:
isAvailable
in interfaceOptionalFactory
- Overrides:
isAvailable
in classBaseGridFormatFactorySPI
- Returns:
- true if all necessary dependencies are met in order to use this resource type
-
createFormat
Create and return the corrsponding format object of this class- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Overrides:
createFormat
in classBaseGridFormatFactorySPI
- Returns:
- VSIFormat object for this data resource type
-