@Api(allMethods=true) @UserImplemented public interface RasterLayer extends Layer<RasterLayerInfo>
| Modifier and Type | Method and Description |
|---|---|
List<RasterTile> |
paint(CoordinateReferenceSystem boundsCrs,
com.vividsolutions.jts.geom.Envelope bounds,
double scale)
Paints the specified bounds optimized for the specified scale in pixel/unit.
|
getCrs, getId, getLayerInfoList<RasterTile> paint(CoordinateReferenceSystem boundsCrs, com.vividsolutions.jts.geom.Envelope bounds, double scale) throws GeomajasException
boundsCrs - Coordinate reference system used for boundsbounds - bounds to request images forscale - scale or zoom level (unit?)GeomajasException - oopsCopyright © 2015 Geosparc. All Rights Reserved.