@Api(allMethods=true) public interface RasterLayerService extends LayerService
PipelineService) to make them configurable.| Modifier and Type | Method and Description |
|---|---|
List<RasterTile> |
getTiles(String layerId,
CoordinateReferenceSystem crs,
com.vividsolutions.jts.geom.Envelope bounds,
double scale)
Get the raster tiles for the specified bounds, optimized for the scale in pixels/unit.
|
getCrsList<RasterTile> getTiles(String layerId, CoordinateReferenceSystem crs, com.vividsolutions.jts.geom.Envelope bounds, double scale) throws GeomajasException
layerId - layer idcrs - Coordinate reference system used for boundsbounds - bounds to request images forscale - scale or zoom level (unit?)GeomajasException - oopsCopyright © 2015 Geosparc. All Rights Reserved.