Interface CoverageNameCollector
public interface CoverageNameCollector
The
CoverageNameCollector instance-
Method Summary
Modifier and TypeMethodDescriptiongetName(GridCoverage2DReader reader, Map<String, String> map) Return the coverage Name based on properties collected from optional inputGridCoverage2DReaderand map Specific implementations may ignore the reader, the map or both.
-
Method Details
-
getName
Return the coverage Name based on properties collected from optional inputGridCoverage2DReaderand map Specific implementations may ignore the reader, the map or both.
-