Interface CoverageNameCollector
-
public interface CoverageNameCollector
TheCoverageNameCollector
instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName(GridCoverage2DReader reader, Map<String,String> map)
Return the coverage Name based on properties collected from optional inputGridCoverage2DReader
and 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 inputGridCoverage2DReader
and map Specific implementations may ignore the reader, the map or both.
-
-