Package org.geotools.coverageio.gdal.vrt
Class VRTFormatFactory
Object
BaseGridFormatFactorySPI
VRTFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
public final class VRTFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi
Implementation of the
Format
service provider interface for VRT files.- Since:
- 2.10.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct a live grid format.boolean
Returnstrue
if this factory is ready for use.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
-
Constructor Details
-
VRTFormatFactory
public VRTFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Description copied from interface:OptionalFactory
Returnstrue
if this factory is ready for use. An optional factory may returnsfalse
for now but returnstrue
later. However, the converse is not recommended.- Specified by:
isAvailable
in interfaceOptionalFactory
- Overrides:
isAvailable
in classBaseGridFormatFactorySPI
-
createFormat
Description copied from interface:GridFormatFactorySpi
Construct a live grid format.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Overrides:
createFormat
in classBaseGridFormatFactorySPI
-