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 Constructor Description VSIFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSIFormat
createFormat()
Create and return the corrsponding format object of this classboolean
isAvailable()
Return true if all necessary dependencies are met in order to use this resource type-
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()
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
public VSIFormat 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
-
-