| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client |
| Modifier and Type | Method and Description |
|---|---|
List<ScaleInfo> |
RasterLayerInfo.getZoomLevels()
Returns the list of zoom levels for the layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterLayerInfo.setZoomLevels(List<ScaleInfo> zoomLevels)
Sets the list of zoom levels for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleInfo |
ScaleConfigurationInfo.getMaximumScale()
Returns the maximum scale of the map.
|
ScaleInfo |
ClientLayerInfo.getMaximumScale()
Get the maximum scale for which this layer should be visible (maximum zoom in).
|
ScaleInfo |
ClientLayerInfo.getMinimumScale()
Get the minimum scale for which this layer should be visible (maximum zoom out).
|
ScaleInfo |
ClientLayerInfo.getZoomToPointScale()
Get the scale that should be used when zooming in on a point feature.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScaleInfo> |
ScaleConfigurationInfo.getZoomLevels()
Returns a list of predefined zoom levels allowed by the map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScaleConfigurationInfo.setMaximumScale(ScaleInfo maximumScale)
Sets the maximum scale of the map.
|
void |
ClientLayerInfo.setMaximumScale(ScaleInfo maximumScale)
Set the maximum scale for which this layer should be visible (maximum zoom in).
|
void |
ClientLayerInfo.setMinimumScale(ScaleInfo minimumScale)
Set the minimum scale for which this layer should be visible (maximum zoom out).
|
void |
ClientLayerInfo.setZoomToPointScale(ScaleInfo zoomToPointScale)
Set the scale that should be used when zooming in on a point feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScaleConfigurationInfo.setZoomLevels(List<ScaleInfo> zoomLevels)
Sets a list of predefined zoom levels allowed by the map.
|
| Constructor and Description |
|---|
ScaleInfo(ScaleInfo other)
Copy constructor.
|
Copyright © 2015 Geosparc. All Rights Reserved.