| Package | Description |
|---|---|
| org.geomajas.layer |
| Modifier and Type | Method and Description |
|---|---|
List<RasterTile> |
RasterLayerService.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.
|
List<RasterTile> |
RasterLayer.paint(CoordinateReferenceSystem boundsCrs,
com.vividsolutions.jts.geom.Envelope bounds,
double scale)
Paints the specified bounds optimized for the specified scale in pixel/unit.
|
Copyright © 2015 Geosparc. All Rights Reserved.