Interface CoverageNameCollectorSPI
- All Known Implementing Classes:
ColorSpaceNameCollectorSPI,DefaultCoverageNameCollectorSPI,FileNameRegexNameCollectorSPI
public interface CoverageNameCollectorSPI
CoverageNameCollector SPI interface. Allows to instantiate
CoverageNameCollectors based on optional input
source object and customization properties.
Implementations are pluggable. In addition to implementing this interface, this service file should be defined:
META-INF/services/org.geotools.gce.imagemosaic.namecollector.CoverageNameCollectorSPI
The file should contain a single line which gives the full name of the implementing class.
example:
e.g.
org.geotools.gce.imagemosaic.namecollector.DefaultCoverageNameCollectorSPI
-
Method Summary
-
Method Details
-
create
Create aCoverageNameCollectorinstance
-