public class WellKnownZoomContextFinder extends Object implements ZoomContextFinder
Modifier and Type | Method and Description |
---|---|
ZoomContext |
get(String name)
Get a named ZoomContext
|
Set<String> |
getCanonicalNames()
Get one name for each available ZoomContext.
|
static WellKnownZoomContextFinder |
getInstance() |
Set<String> |
getNames()
Get all valid names
|
public static WellKnownZoomContextFinder getInstance()
@Nullable public ZoomContext get(String name)
ZoomContextFinder
get
in interface ZoomContextFinder
public Set<String> getNames()
ZoomContextFinder
getNames
in interface ZoomContextFinder
public Set<String> getCanonicalNames()
ZoomContextFinder
getCanonicalNames
in interface ZoomContextFinder
Copyright © 1996–2019 Geotools. All rights reserved.