Uses of Class
ucar.unidata.data.GeoSelection
Packages that use GeoSelection
Package
Description
The data package.
User Interface (UI) classes for the IDV
-
Uses of GeoSelection in ucar.unidata.data
Methods in ucar.unidata.data that return GeoSelectionModifier and TypeMethodDescriptionDataSelection.getGeoSelection()
Get the GeoSelection property.DataSelection.getGeoSelection
(boolean createIfNeeded) Get the GeoSelection property.GeoSelectionPanel.getGeoSelection()
Apply the gui settings to the geo selection and return itstatic GeoSelection
GeoSelection.merge
(GeoSelection highPriority, GeoSelection lowPriority) Create a new GeoSelection by merging the two subsets.Methods in ucar.unidata.data with parameters of type GeoSelectionModifier and TypeMethodDescriptionboolean
GeoSelectionPanel.applyProperties
(GeoSelection geoSelection) Apply the propertiesDataSourceImpl.doMakeGeoSelectionPanel
(boolean forProperties, GeoSelection geoSelection) Make the geoselection panelstatic GeoSelection
GeoSelection.merge
(GeoSelection highPriority, GeoSelection lowPriority) Create a new GeoSelection by merging the two subsets.void
DataSelection.setGeoSelection
(GeoSelection value) Set the GeoSelection property.Constructors in ucar.unidata.data with parameters of type GeoSelectionModifierConstructorDescriptionGeoSelection
(GeoSelection that) Copy ctorGeoSelectionPanel
(GeoSelection geoSelection, boolean fullVersion, boolean enabled, boolean doStride, boolean doBoundingBox, ucar.unidata.geoloc.ProjectionImpl sampleProjection, JComponent extraComponent) ctor -
Uses of GeoSelection in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return GeoSelection