Interface CoverageNameCollector
-
public interface CoverageNameCollectorTheCoverageNameCollectorinstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName(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 Detail
-
getName
String getName(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.
-
-