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