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 WellKnownZoomContextFindergetNames()Get all valid names
-
Constructor Details
-
WellKnownZoomContextFinder
protected WellKnownZoomContextFinder()
-
-
Method Details
-
getInstance
-
get
Description copied from interface:ZoomContextFinderGet a named ZoomContext- Specified by:
getin interfaceZoomContextFinder- Returns:
- The named context, or null if it is not present
-
getNames
Description copied from interface:ZoomContextFinderGet all valid names- Specified by:
getNamesin interfaceZoomContextFinder
-
getCanonicalNames
Description copied from interface:ZoomContextFinderGet one name for each available ZoomContext.- Specified by:
getCanonicalNamesin interfaceZoomContextFinder
-