Uses of Class
ucar.unidata.data.GeoLocationInfo
Packages that use GeoLocationInfo
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User Interface (UI) classes for the IDV
-
Uses of GeoLocationInfo in ucar.unidata.data
Methods in ucar.unidata.data that return GeoLocationInfoModifier and TypeMethodDescriptionGeoSelection.getBoundingBox()
Get the BoundingBox property.static GeoLocationInfo
GeoSelection.getDefaultBoundingBox()
Get the default bboxGeoLocationInfo.union
(GeoLocationInfo that) Union with the other geolocationinfoMethods in ucar.unidata.data with parameters of type GeoLocationInfoModifier and TypeMethodDescriptionvoid
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 defaultGeoLocationInfo.union
(GeoLocationInfo that) Union with the other geolocationinfoConstructors in ucar.unidata.data with parameters of type GeoLocationInfoModifierConstructorDescriptioncopy ctorGeoSelection
(GeoLocationInfo boundingBox) ctorGeoSelection
(GeoLocationInfo boundingBox, boolean useFullBounds, int xStride, int yStride, int zStride, Real level) ctor.GeoSelection
(GeoLocationInfo boundingBox, boolean useFullBounds, int xStride, int yStride, int zStride, Real level, Rectangle2D screenBoundRect) Construct a GeoSelectionGeoSelection
(GeoLocationInfo boundingBox, boolean useFullBounds, int xStride, int yStride, int zStride, Real level, Rectangle2D screenBoundRect, boolean useViewBounds) Construct a GeoSelectionGeoSelection
(GeoLocationInfo boundingBox, int stride) ctorGeoSelection
(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 GeoLocationInfoMethods in ucar.unidata.data.gis with parameters of type GeoLocationInfoModifier and TypeMethodDescriptionvoid
WmsSelection.appendLayer
(String layerName, GeoLocationInfo thatBounds) Append the given layer to our layer name.WmsSelection.assembleRequest
(GeoLocationInfo boundsToUse, int imageWidth, int imageHeight) Create the wms requeststatic String
JsonDataSource.createKml
(GeoLocationInfo bounds, String imageFileName) Create some kml from the given bounds and image filestatic String
KmlDataSource.createKml
(GeoLocationInfo bounds, String imageFileName) Create some kml from the given bounds and image filestatic void
JsonDataSource.createLatLonBox
(GeoLocationInfo bounds, StringBuffer sb) Utility to create a latlonbox kmlstatic void
KmlDataSource.createLatLonBox
(GeoLocationInfo bounds, StringBuffer sb) Utility to create a latlonbox kmlvoid
WmsSelection.setBounds
(GeoLocationInfo value) Set the Bounds property.static void
JsonDataSource.writeToFile
(String kmlFilename, GeoLocationInfo bounds, String imageFileName) write image as a kml to filestatic void
KmlDataSource.writeToFile
(String kmlFilename, GeoLocationInfo bounds, String imageFileName) write image as a kml to fileConstructors in ucar.unidata.data.gis with parameters of type GeoLocationInfoModifierConstructorDescriptionWmsSelection
(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 that return GeoLocationInfoModifier and TypeMethodDescriptionAddeImageDataSource.getImageBoundingBox
(int eMag, int lMag, int lines, int elems) _more_McIDASImageDataSource.getImageBoundingBox
(int eMag, int lMag, int lines, int elems) _more_Methods in ucar.unidata.data.imagery with parameters of type GeoLocationInfoModifier and TypeMethodDescriptionstatic void
ImageXmlDataSource.writeToFile
(String filename, GeoLocationInfo bounds, byte[] bytes, String format) A utility method that writes out the given image bytes and the ximg filestatic 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 GeoLocationInfoModifier and TypeMethodDescriptionMapViewManager.getVisibleGeoBounds()
Get the bounds that are visibleViewManager.getVisibleGeoBounds()
Does this viewmanager have any bounds that are visible. -
Uses of GeoLocationInfo in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return GeoLocationInfoMethods in ucar.unidata.idv.control with parameters of type GeoLocationInfoModifier and TypeMethodDescriptionvoid
WMSControl.setCurrentBounds
(GeoLocationInfo value) Set the CurrentBounds property. -
Uses of GeoLocationInfo in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return GeoLocationInfoMethods in ucar.unidata.idv.ui with parameters of type GeoLocationInfoModifier and TypeMethodDescriptionvoid
ImageWrapper.setBounds
(GeoLocationInfo value) Set the Bounds property.static void
ImageSequenceGrabber.subsetBounds
(GeoLocationInfo bounds, Hashtable returnProps) Subset boundsConstructors in ucar.unidata.idv.ui with parameters of type GeoLocationInfoModifierConstructorDescriptionImageWrapper
(String path, DateTime dttm, GeoLocationInfo bounds) ctorImageWrapper
(String path, DateTime dttm, GeoLocationInfo bounds, double[] position) ctor