Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
GeoLocationInfo(GeoLocationInfo that)
copy ctor
|
GeoSelection(GeoLocationInfo boundingBox)
ctor
|
GeoSelection(GeoLocationInfo boundingBox,
boolean useFullBounds,
int xStride,
int yStride,
int zStride,
visad.Real level)
ctor.
|
GeoSelection(GeoLocationInfo boundingBox,
boolean useFullBounds,
int xStride,
int yStride,
int zStride,
visad.Real level,
java.awt.geom.Rectangle2D screenBoundRect)
Construct a GeoSelection
|
GeoSelection(GeoLocationInfo boundingBox,
boolean useFullBounds,
int xStride,
int yStride,
int zStride,
visad.Real level,
java.awt.geom.Rectangle2D screenBoundRect,
boolean useViewBounds)
Construct a GeoSelection
|
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,
visad.Real level)
ctor.
|
Modifier and Type | Method and Description |
---|---|
GeoLocationInfo |
WmsSelection.getBounds()
Get the Bounds property.
|
Modifier and Type | Method and Description |
---|---|
void |
WmsSelection.appendLayer(java.lang.String layerName,
GeoLocationInfo thatBounds)
Append the given layer to our layer name.
|
java.lang.String |
WmsSelection.assembleRequest(GeoLocationInfo boundsToUse,
int imageWidth,
int imageHeight)
Create the wms request
|
static java.lang.String |
KmlDataSource.createKml(GeoLocationInfo bounds,
java.lang.String imageFileName)
Create some kml from the given bounds and image file
|
static java.lang.String |
JsonDataSource.createKml(GeoLocationInfo bounds,
java.lang.String imageFileName)
Create some kml from the given bounds and image file
|
static void |
KmlDataSource.createLatLonBox(GeoLocationInfo bounds,
java.lang.StringBuffer sb)
Utility to create a latlonbox kml
|
static void |
JsonDataSource.createLatLonBox(GeoLocationInfo bounds,
java.lang.StringBuffer sb)
Utility to create a latlonbox kml
|
void |
WmsSelection.setBounds(GeoLocationInfo value)
Set the Bounds property.
|
static void |
KmlDataSource.writeToFile(java.lang.String kmlFilename,
GeoLocationInfo bounds,
java.lang.String imageFileName)
write image as a kml to file
|
static void |
JsonDataSource.writeToFile(java.lang.String kmlFilename,
GeoLocationInfo bounds,
java.lang.String imageFileName)
write image as a kml to file
|
Constructor and Description |
---|
WmsSelection(java.lang.String server,
java.lang.String layer,
java.lang.String title,
java.lang.String srs,
java.lang.String format,
java.lang.String version,
GeoLocationInfo bounds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GeoLocationInfo |
McIDASImageDataSource.getImageBoundingBox(int eMag,
int lMag,
int lines,
int elems)
_more_
|
GeoLocationInfo |
AddeImageDataSource.getImageBoundingBox(int eMag,
int lMag,
int lines,
int elems)
_more_
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageXmlDataSource.writeToFile(java.lang.String filename,
GeoLocationInfo bounds,
byte[] bytes,
java.lang.String format)
A utility method that writes out the given image bytes and the ximg file
|
static void |
ImageXmlDataSource.writeToFile(java.lang.String filename,
GeoLocationInfo bounds,
java.lang.String imageFileName)
A utility method that writes out the given image bytes and the ximg file
|
Modifier and Type | Method and Description |
---|---|
GeoLocationInfo |
MapViewManager.getVisibleGeoBounds()
Get the bounds that are visible
|
GeoLocationInfo |
ViewManager.getVisibleGeoBounds()
Does this viewmanager have any bounds that are visible.
|
Modifier and Type | Method and Description |
---|---|
GeoLocationInfo |
WMSControl.getCurrentBounds()
Get the CurrentBounds property.
|
Modifier and Type | Method and Description |
---|---|
void |
WMSControl.setCurrentBounds(GeoLocationInfo value)
Set the CurrentBounds property.
|
Modifier and Type | Method and Description |
---|---|
GeoLocationInfo |
ImageWrapper.getBounds()
Get the Bounds property.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageWrapper.setBounds(GeoLocationInfo value)
Set the Bounds property.
|
static void |
ImageSequenceGrabber.subsetBounds(GeoLocationInfo bounds,
java.util.Hashtable returnProps)
Subset bounds
|
Constructor and Description |
---|
ImageWrapper(java.lang.String path,
visad.DateTime dttm,
GeoLocationInfo bounds)
ctor
|
ImageWrapper(java.lang.String path,
visad.DateTime dttm,
GeoLocationInfo bounds,
double[] position)
ctor
|