Package org.geotools.gce.arcgrid
Class ArcGridFormatFactory
Object
ArcGridFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
Implementation of the
Format
service provider interface for arc grid files.- Author:
- Daniele Romagnoli, Simone Giannecchini (simboss)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating anArcGridFormat
.Returns the implementation hints.boolean
Tells me if the coverage plugin to access Ascii grids is available or not.
-
Constructor Details
-
ArcGridFormatFactory
public ArcGridFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Tells me if the coverage plugin to access Ascii grids is available or not.- Specified by:
isAvailable
in interfaceOptionalFactory
- Returns:
- True if the plugin is available, False otherwise.
-
createFormat
Creating anArcGridFormat
.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Returns:
- An
ArcGridFormat
.;
-
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.
-