Class NITFFormatFactory
- Object
- 
- BaseGridFormatFactorySPI
- 
- NITFFormatFactory
 
 
- 
- All Implemented Interfaces:
- GridFormatFactorySpi,- Factory,- OptionalFactory
 
 public final class NITFFormatFactory extends BaseGridFormatFactorySPI implements GridFormatFactorySpi Implementation of theFormatservice provider interface for NITF files.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
 
- 
- 
Constructor SummaryConstructors Constructor Description NITFFormatFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NITFFormatcreateFormat()Creating aNITFFormatbooleanisAvailable()Tells me if the coverage plugin to access Erdas imagine is available or not.- 
Methods inherited from class BaseGridFormatFactorySPIgetImplementationHints
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface FactorygetImplementationHints
 
- 
 
- 
- 
- 
Method Detail- 
isAvailablepublic boolean isAvailable() Tells me if the coverage plugin to access Erdas imagine is available or not.- Specified by:
- isAvailablein interface- OptionalFactory
- Overrides:
- isAvailablein class- BaseGridFormatFactorySPI
- Returns:
- trueif the plugin is available,- falseotherwise.
 
 - 
createFormatpublic NITFFormat createFormat() Creating aNITFFormat- Specified by:
- createFormatin interface- GridFormatFactorySpi
- Overrides:
- createFormatin class- BaseGridFormatFactorySPI
- Returns:
- A NITFFormat
 
 
- 
 
-