Package org.geotools.styling.zoom
Class WellKnownZoomContextFinder
Object
WellKnownZoomContextFinder
- All Implemented Interfaces:
ZoomContextFinder
- Direct Known Subclasses:
WellKnownZoomContextFinder
A collection of commonly used ZoomContexts
- Author:
- Kevin Smith, Boundless
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a named ZoomContextGet one name for each available ZoomContext.static WellKnownZoomContextFinder
getNames()
Get all valid names
-
Constructor Details
-
WellKnownZoomContextFinder
protected WellKnownZoomContextFinder()
-
-
Method Details
-
getInstance
-
get
Description copied from interface:ZoomContextFinder
Get a named ZoomContext- Specified by:
get
in interfaceZoomContextFinder
- Returns:
- The named context, or null if it is not present
-
getNames
Description copied from interface:ZoomContextFinder
Get all valid names- Specified by:
getNames
in interfaceZoomContextFinder
-
getCanonicalNames
Description copied from interface:ZoomContextFinder
Get one name for each available ZoomContext.- Specified by:
getCanonicalNames
in interfaceZoomContextFinder
-