public final class WorldImageFormatFactory extends Object implements GridFormatFactorySpi
| Constructor and Description |
|---|
WorldImageFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
WorldImageFormat |
createFormat()
Construct a live grid format.
|
Map |
getImplementationHints()
Returns the implementation hints.
|
boolean |
isAvailable()
Returns
true if this factory is ready for use. |
public WorldImageFormat createFormat()
GridFormatFactorySpicreateFormat in interface GridFormatFactorySpipublic boolean isAvailable()
OptionalFactorytrue if this factory is ready for use. An optional factory may returns false for now but returns true later. However, the converse is not recommended.isAvailable in interface OptionalFactorypublic Map getImplementationHints()
getImplementationHints in interface FactoryCopyright © 1996–2019 Geotools. All rights reserved.