public interface CoverageNameCollectorSPI
CoverageNameCollector
s 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
Modifier and Type | Method and Description |
---|---|
CoverageNameCollector |
create(Object object,
Map<String,String> properties)
Create a
CoverageNameCollector instance |
CoverageNameCollector create(Object object, Map<String,String> properties)
CoverageNameCollector
instanceCopyright © 1996–2023 Geotools. All rights reserved.