Interface CoverageNameCollectorSPI
-
- All Known Implementing Classes:
ColorSpaceNameCollectorSPI,DefaultCoverageNameCollectorSPI,FileNameRegexNameCollectorSPI
public interface CoverageNameCollectorSPICoverageNameCollector SPI interface. Allows to instantiateCoverageNameCollectors 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.CoverageNameCollectorSPIThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageNameCollectorcreate(Object object, Map<String,String> properties)Create aCoverageNameCollectorinstance
-
-
-
Method Detail
-
create
CoverageNameCollector create(Object object, Map<String,String> properties)
Create aCoverageNameCollectorinstance
-
-