Uses of Class
ucar.unidata.data.GeoLocationInfo

Packages that use GeoLocationInfo
ucar.unidata.data The data package. 
ucar.unidata.data.gis DataSource classes and utilities for GIS-like data. 
ucar.unidata.data.imagery DataSource classes and utilities for imagery (e.g., satellite, Level III radar) data. 
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of GeoLocationInfo in ucar.unidata.data
 

Methods in ucar.unidata.data that return GeoLocationInfo
 GeoLocationInfo GeoSelection.getBoundingBox()
          Get the BoundingBox property.
static GeoLocationInfo GeoSelection.getDefaultBoundingBox()
          Get the default bbox
 GeoLocationInfo GeoLocationInfo.union(GeoLocationInfo that)
          Union with the other geolocationinfo
 

Methods in ucar.unidata.data with parameters of type GeoLocationInfo
 void GeoLocationInfo.rectify(GeoLocationInfo that, double minResolution)
          Make sure wew are within the that with the given resolution.
 void GeoSelection.setBoundingBox(GeoLocationInfo value)
          Set the BoundingBox property.
static void GeoSelection.setDefaultBoundingBox(GeoLocationInfo defaultBox)
          Define the global bounding box that is used as the default
 GeoLocationInfo GeoLocationInfo.union(GeoLocationInfo that)
          Union with the other geolocationinfo
 

Constructors in ucar.unidata.data with parameters of type GeoLocationInfo
GeoLocationInfo(GeoLocationInfo that)
          copy ctor
GeoSelection(GeoLocationInfo boundingBox)
          ctor
GeoSelection(GeoLocationInfo boundingBox, boolean useFullBounds, int xStride, int yStride, int zStride, Real level)
          ctor.
GeoSelection(GeoLocationInfo boundingBox, int stride)
          ctor
GeoSelection(GeoLocationInfo boundingBox, int xStride, int yStride, int zStride)
          ctor.
GeoSelection(GeoLocationInfo boundingBox, int xStride, int yStride, int zStride, Real level)
          ctor.
 

Uses of GeoLocationInfo in ucar.unidata.data.gis
 

Methods in ucar.unidata.data.gis that return GeoLocationInfo
 GeoLocationInfo WmsSelection.getBounds()
          Get the Bounds property.
 

Methods in ucar.unidata.data.gis with parameters of type GeoLocationInfo
 void WmsSelection.appendLayer(String layerName, GeoLocationInfo thatBounds)
          Append the given layer to our layer name.
 String WmsSelection.assembleRequest(GeoLocationInfo boundsToUse, int imageWidth, int imageHeight)
          Create the wms request
static String KmlDataSource.createKml(GeoLocationInfo bounds, String imageFileName)
          Create some kml from the given bounds and image file
static void KmlDataSource.createLatLonBox(GeoLocationInfo bounds, StringBuffer sb)
          Utility to create a latlonbox kml
 void WmsSelection.setBounds(GeoLocationInfo value)
          Set the Bounds property.
static void KmlDataSource.writeToFile(String kmlFilename, GeoLocationInfo bounds, String imageFileName)
          write image as a kml to file
 

Constructors in ucar.unidata.data.gis with parameters of type GeoLocationInfo
WmsSelection(String server, String layer, String title, String srs, String format, String version, GeoLocationInfo bounds)
          Constructor.
 

Uses of GeoLocationInfo in ucar.unidata.data.imagery
 

Methods in ucar.unidata.data.imagery with parameters of type GeoLocationInfo
static void ImageXmlDataSource.writeToFile(String filename, GeoLocationInfo bounds, byte[] bytes, String format)
          A utility method that writes out the given image bytes and the ximg file
static void ImageXmlDataSource.writeToFile(String filename, GeoLocationInfo bounds, String imageFileName)
          A utility method that writes out the given image bytes and the ximg file
 

Uses of GeoLocationInfo in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return GeoLocationInfo
 GeoLocationInfo ViewManager.getVisibleGeoBounds()
          Does this viewmanager have any bounds that are visible.
 GeoLocationInfo MapViewManager.getVisibleGeoBounds()
          Get the bounds that are visible
 

Uses of GeoLocationInfo in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return GeoLocationInfo
 GeoLocationInfo WMSControl.getCurrentBounds()
          Get the CurrentBounds property.
 

Methods in ucar.unidata.idv.control with parameters of type GeoLocationInfo
 void WMSControl.setCurrentBounds(GeoLocationInfo value)
          Set the CurrentBounds property.
 

Uses of GeoLocationInfo in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui that return GeoLocationInfo
 GeoLocationInfo ImageWrapper.getBounds()
          Get the Bounds property.
 

Methods in ucar.unidata.idv.ui with parameters of type GeoLocationInfo
 void ImageWrapper.setBounds(GeoLocationInfo value)
          Set the Bounds property.
static void ImageSequenceGrabber.subsetBounds(GeoLocationInfo bounds, Hashtable returnProps)
          Subset bounds
 

Constructors in ucar.unidata.idv.ui with parameters of type GeoLocationInfo
ImageWrapper(String path, DateTime dttm, GeoLocationInfo bounds)
          ctor
ImageWrapper(String path, DateTime dttm, GeoLocationInfo bounds, double[] position)
          ctor