public class OverlayPropertyChooserFactory
extends java.lang.Object
OverlayPropertyChooserFactory
class may be used to
create appropriate OverlayPropertyChooser
objects for
a given overlay.EarthDataOverlay
Modifier and Type | Method and Description |
---|---|
static OverlayPropertyChooser |
create(EarthDataOverlay overlay)
Creates a new property chooser panel for the specified overlay.
|
public static OverlayPropertyChooser create(EarthDataOverlay overlay)
overlay
- the overlay to use.java.lang.IllegalArgumentException
- if the overlay is not supported
by any known property chooser panel.