Package org.geotools.gce.arcgrid
Class ArcGridFormatFactory
- Object
- 
- ArcGridFormatFactory
 
- 
- All Implemented Interfaces:
- GridFormatFactorySpi,- Factory,- OptionalFactory
 
 public final class ArcGridFormatFactory extends Object implements GridFormatFactorySpi Implementation of theFormatservice provider interface for arc grid files.- Author:
- Daniele Romagnoli, Simone Giannecchini (simboss)
 
- 
- 
Constructor SummaryConstructors Constructor Description ArcGridFormatFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ArcGridFormatcreateFormat()Creating anArcGridFormat.Map<RenderingHints.Key,?>getImplementationHints()Returns the implementation hints.booleanisAvailable()Tells me if the coverage plugin to access Ascii grids is available or not.
 
- 
- 
- 
Method Detail- 
isAvailablepublic boolean isAvailable() Tells me if the coverage plugin to access Ascii grids is available or not.- Specified by:
- isAvailablein interface- OptionalFactory
- Returns:
- True if the plugin is available, False otherwise.
 
 - 
createFormatpublic ArcGridFormat createFormat() Creating anArcGridFormat.- Specified by:
- createFormatin interface- GridFormatFactorySpi
- Returns:
- An ArcGridFormat.;
 
 - 
getImplementationHintspublic Map<RenderingHints.Key,?> getImplementationHints() Returns the implementation hints. The default implementation returns en empty map.- Specified by:
- getImplementationHintsin interface- Factory
- Returns:
- The map of hints, or an {@linkplain java.util.Collections.emptyMap() empty map} if none.
 
 
- 
 
-