Package org.geotools.styling.zoom
Interface ZoomContextFinder
- All Known Subinterfaces:
ZoomContextFinder
- All Known Implementing Classes:
WellKnownZoomContextFinder
,WellKnownZoomContextFinder
public interface ZoomContextFinder
Mapping of names to ZoomContexts
- Author:
- Kevin Smith, Boundless
-
Method Summary
Modifier and TypeMethodDescriptionGet a named ZoomContextGet one name for each available ZoomContext.getNames()
Get all valid names
-
Method Details
-
get
Get a named ZoomContext- Returns:
- The named context, or null if it is not present
-
getNames
Get all valid names -
getCanonicalNames
Get one name for each available ZoomContext.
-