|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGeoTiffFormatFactorySpi
public class GeoTiffFormatFactorySpi
The GeoTiffFormatFactorySpi
should never be instantiated
directly by user code. It is discovered by the GridFormatFinder
for automatic discovery. Use the standard Geotools method of discovering a
factory in order to create a format.
This format will only report itself to be "available" if the JAI
and JAI ImageI/O libraries are available. Otherwise it will be unavailable.
If a user attempts to create a new instance of the format when the required
libraries are unavailable, an UnsupportedOperationException
will be thrown.
Constructor Summary | |
---|---|
GeoTiffFormatFactorySpi()
Creates a new instance of GeoTiffFormatFactorySpi |
Method Summary | |
---|---|
AbstractGridFormat |
createFormat()
Creates and returns a new instance of the GeoTiffFormat
class if the required libraries are present. |
Map<RenderingHints.Key,?> |
getImplementationHints()
Returns the implementation hints. |
boolean |
isAvailable()
Informs the caller whether the libraries required by the GeoTiff reader are installed or not. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoTiffFormatFactorySpi()
Method Detail |
---|
public AbstractGridFormat createFormat()
GeoTiffFormat
class if the required libraries are present. If JAI and JAI Image I/O are
not present, will throw an UnsupportedOperationException
.
createFormat
in interface GridFormatFactorySpi
GeoTiffFormat
object.
UnsupportedOperationException
- if this format is unavailable.public boolean isAvailable()
isAvailable
in interface OptionalFactory
public Map<RenderingHints.Key,?> getImplementationHints()
getImplementationHints
in interface Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |