Package org.geotools.gce.image
Class WorldImageFormatFactory
- Object
-
- WorldImageFormatFactory
-
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
public final class WorldImageFormatFactory extends Object implements GridFormatFactorySpi
- Author:
- rgould TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
-
-
Constructor Summary
Constructors Constructor Description WorldImageFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorldImageFormatcreateFormat()Construct a live grid format.Map<RenderingHints.Key,?>getImplementationHints()Returns the implementation hints.booleanisAvailable()Returnstrueif this factory is ready for use.
-
-
-
Method Detail
-
createFormat
public WorldImageFormat createFormat()
Description copied from interface:GridFormatFactorySpiConstruct a live grid format.- Specified by:
createFormatin interfaceGridFormatFactorySpi
-
isAvailable
public boolean isAvailable()
Description copied from interface:OptionalFactoryReturnstrueif this factory is ready for use. An optional factory may returnsfalsefor now but returnstruelater. However, the converse is not recommended.- Specified by:
isAvailablein interfaceOptionalFactory
-
getImplementationHints
public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints. The default implementation returns en empty map.- Specified by:
getImplementationHintsin interfaceFactory- Returns:
- The map of hints, or an {@linkplain java.util.Collections.emptyMap() empty map} if none.
-
-