public interface ScaleAwareFeatureRenderer
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxScale()
The feature should be drawn in the map, when scale is equal or less than this scale.
|
int |
getMinScale()
The feature should be drawn in the map, when scale is equal or greater than this scale.
|
int getMinScale()
To see the geoemtry in the map, the following constraint must be fulfilled: (getMaxScale() <= mapScale) && (getMinScale() >= mapScale)
int getMaxScale()
To see the geoemtry in the map, the following constraint must be fulfilled: (getMaxScale() <= mapScale) && (getMinScale() >= mapScale)
Copyright © 2012–2026 cismet GmbH. All rights reserved.