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()
GridFormatFactorySpi
createFormat
in interface GridFormatFactorySpi
public boolean isAvailable()
OptionalFactory
true
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 OptionalFactory
public Map getImplementationHints()
getImplementationHints
in interface Factory
Copyright © 1996–2019 Geotools. All rights reserved.