Package org.geotools.gce.image
Class WorldImageFormatFactory
Object
WorldImageFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
- Author:
- rgould TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct a live grid format.Returns the implementation hints.boolean
Returnstrue
if this factory is ready for use.
-
Constructor Details
-
WorldImageFormatFactory
public WorldImageFormatFactory()
-
-
Method Details
-
createFormat
Description copied from interface:GridFormatFactorySpi
Construct a live grid format.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
-
isAvailable
public boolean isAvailable()Description copied from interface:OptionalFactory
Returnstrue
if this factory is ready for use. An optional factory may returnsfalse
for now but returnstrue
later. However, the converse is not recommended.- Specified by:
isAvailable
in interfaceOptionalFactory
-
getImplementationHints
Returns the implementation hints. The default implementation returns en empty map.- Specified by:
getImplementationHints
in interfaceFactory
- Returns:
- The map of hints, or an {@linkplain java.util.Collections.emptyMap() empty map} if none.
-