org.geotools.coverageio.gdal.jp2mrsid
Class JP2MrSIDFormatFactory
Object
BaseGridFormatFactorySPI
JP2MrSIDFormatFactory
- All Implemented Interfaces:
- GridFormatFactorySpi, Factory, OptionalFactory
public final class JP2MrSIDFormatFactory
- extends BaseGridFormatFactorySPI
- implements GridFormatFactorySpi
Implementation of the Format
service provider interface for JP2K
files.
- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JP2MrSIDFormatFactory
public JP2MrSIDFormatFactory()
isAvailable
public boolean isAvailable()
- Tells me if the coverage plugin to access JP2K via MrSID driver is available or not.
- Specified by:
isAvailable
in interface OptionalFactory
- Overrides:
isAvailable
in class BaseGridFormatFactorySPI
- Returns:
true
if the plugin is available, false
otherwise.
createFormat
public JP2MrSIDFormat createFormat()
- Creating a
JP2MrSIDFormat
.
- Specified by:
createFormat
in interface GridFormatFactorySpi
- Overrides:
createFormat
in class BaseGridFormatFactorySPI
- Returns:
- A
JP2MrSIDFormat
.;
Copyright © 1996-2014 Geotools. All Rights Reserved.