Package org.geotools.styling.zoom
Interface ZoomContextFinder
-
- All Known Subinterfaces:
ZoomContextFinder
- All Known Implementing Classes:
WellKnownZoomContextFinder,WellKnownZoomContextFinder
public interface ZoomContextFinderMapping of names to ZoomContexts- Author:
- Kevin Smith, Boundless
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZoomContextget(String name)Get a named ZoomContextSet<String>getCanonicalNames()Get one name for each available ZoomContext.Set<String>getNames()Get all valid names
-