33 |
/** |
/** |
34 |
* A {@link StyledRasterInterface} that is typed to wrap a {@link GridCoverage2D} |
* A {@link StyledRasterInterface} that is typed to wrap a {@link GridCoverage2D} |
35 |
* |
* |
36 |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
* @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a> |
37 |
*/ |
*/ |
38 |
public interface StyledGridCoverageInterface extends StyledRasterInterface<GridCoverage2D>{ |
public interface StyledGridCoverageInterface extends StyledRasterInterface<GridCoverage2D>{ |
39 |
}; |
}; |