public final class ImageMosaicFormatFactory extends Object implements GridFormatFactorySpi
Constructor and Description |
---|
ImageMosaicFormatFactory() |
Modifier and Type | Method and Description |
---|---|
AbstractGridFormat |
createFormat()
Construct a live grid format.
|
Map<RenderingHints.Key,?> |
getImplementationHints()
Returns the implementation hints.
|
boolean |
isAvailable()
Tells me if this plugin will work on not given the actual installation.
|
public AbstractGridFormat createFormat()
GridFormatFactorySpi
createFormat
in interface GridFormatFactorySpi
GridFormatFactorySpi.createFormat().
public Map<RenderingHints.Key,?> getImplementationHints()
getImplementationHints
in interface Factory
public boolean isAvailable()
Dependecies are mostly from JAI and ImageIO so if they are installed you should not have many problems.
isAvailable
in interface OptionalFactory
Copyright © 1996–2019 Geotools. All rights reserved.