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 theFormatservice provider interface for VRT files.- Since:
- 2.10.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description VRTFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VRTFormatcreateFormat()Construct a live grid format.booleanisAvailable()Returnstrueif 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
-
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
Description copied from interface:OptionalFactoryReturnstrueif this factory is ready for use. An optional factory may returnsfalsefor now but returnstruelater. However, the converse is not recommended.- Specified by:
isAvailablein interfaceOptionalFactory- Overrides:
isAvailablein classBaseGridFormatFactorySPI
-
createFormat
public VRTFormat createFormat()
Description copied from interface:GridFormatFactorySpiConstruct a live grid format.- Specified by:
createFormatin interfaceGridFormatFactorySpi- Overrides:
createFormatin classBaseGridFormatFactorySPI
-
-