Package | Description |
---|---|
org.geotools.ysld.parse |
Parser for YSLD into style objects.
|
org.geotools.ysld.validate |
Modifier and Type | Class and Description |
---|---|
class |
ContinuousZoomContext
Zoom Context supporting non-integer levels.
|
class |
ListZoomContext
A zoom context specified by an explicit list of scale denominators.
|
class |
MedialZoomContext
A zoom context that can find half way points between zoom levels.
|
class |
RatioZoomContext
ZoomContext defined by an initial scale and a ratio between levels.
|
Modifier and Type | Method and Description |
---|---|
ZoomContext |
ZoomContextFinder.get(String name)
Get a named ZoomContext
|
ZoomContext |
WellKnownZoomContextFinder.get(String name) |
static ZoomContext |
Util.getNamedZoomContext(String name,
List<ZoomContextFinder> zCtxtFinders)
Finds an applicable
ZoomContext based on a name |
protected ZoomContext |
RootParser.getZoomContext(YamlMap map) |
protected ZoomContext |
RuleParser.getZoomContext(YamlParseContext context) |
Modifier and Type | Method and Description |
---|---|
ZoomContext |
YsldValidateContext.getZCtxt() |
Copyright © 1996–2021 Geotools. All rights reserved.