|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataBounds | |
|---|---|
| com.bbn.openmap.dataAccess.asrp | |
| com.bbn.openmap.dataAccess.shape | This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. |
| com.bbn.openmap.layer.asrp | |
| com.bbn.openmap.layer.event | |
| com.bbn.openmap.layer.learn | |
| com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
| com.bbn.openmap.layer.shape | Provides an OpenMap layer for dealing with shape files. |
| com.bbn.openmap.layer.vpf | This package contains code for dealing with NIMA data distributed in Vector Product Format. |
| com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
| com.bbn.openmap.omGraphics.util | This package contains simple utility classes used specifically for OMGraphics. |
| com.bbn.openmap.plugin.esri | A PlugIn package that handles ESRI shape files. |
| com.bbn.openmap.util | Provide miscellaneous utility classes for OpenMap. |
| Uses of DataBounds in com.bbn.openmap.dataAccess.asrp |
|---|
| Methods in com.bbn.openmap.dataAccess.asrp that return DataBounds | |
|---|---|
DataBounds |
ASRPDirectoryHandler.getDataBounds()
DataBounds interface method, although this object doesn't implement the complete interface because it doesn't have a name. |
| Uses of DataBounds in com.bbn.openmap.dataAccess.shape |
|---|
| Methods in com.bbn.openmap.dataAccess.shape that return DataBounds | |
|---|---|
DataBounds |
EsriGraphicFactory.Header.getDataBounds()
|
| Uses of DataBounds in com.bbn.openmap.layer.asrp |
|---|
| Methods in com.bbn.openmap.layer.asrp that return DataBounds | |
|---|---|
DataBounds |
ASRPLayer.getDataBounds()
DataBoundsInformer interface. |
| Uses of DataBounds in com.bbn.openmap.layer.event |
|---|
| Fields in com.bbn.openmap.layer.event declared as DataBounds | |
|---|---|
protected DataBounds |
EventLayer.dataBounds
|
| Methods in com.bbn.openmap.layer.event that return DataBounds | |
|---|---|
DataBounds |
EventLayer.getDataBounds()
DataBoundsProvider method. |
| Uses of DataBounds in com.bbn.openmap.layer.learn |
|---|
| Methods in com.bbn.openmap.layer.learn with parameters of type DataBounds | |
|---|---|
protected void |
ProjectionResponseLayer.getPoints(DataBounds dataBounds,
OMGraphicList retList,
Projection proj)
Using this method to look at data source and create OMGraphics based on DataBounds, and render them differently depending on where they are. |
| Uses of DataBounds in com.bbn.openmap.layer.rpf |
|---|
| Fields in com.bbn.openmap.layer.rpf declared as DataBounds | |
|---|---|
protected DataBounds |
RpfSubframe.bounds
|
| Uses of DataBounds in com.bbn.openmap.layer.shape |
|---|
| Methods in com.bbn.openmap.layer.shape that return DataBounds | |
|---|---|
DataBounds |
ShapeLayer.getDataBounds()
DataBoundsInformer interface. |
DataBounds |
MultiShapeLayer.getDataBounds()
DataBoundsInformer interface. |
| Uses of DataBounds in com.bbn.openmap.layer.vpf |
|---|
| Fields in com.bbn.openmap.layer.vpf declared as DataBounds | |
|---|---|
protected DataBounds |
CoverageAttributeTable.bounds
|
| Methods in com.bbn.openmap.layer.vpf that return DataBounds | |
|---|---|
DataBounds |
CoverageAttributeTable.getBounds()
Gets a DataBounds object that specifies what the CAT covers. |
| Uses of DataBounds in com.bbn.openmap.omGraphics |
|---|
| Methods in com.bbn.openmap.omGraphics with parameters of type DataBounds | |
|---|---|
void |
OMWarpingImage.setWarp(java.awt.image.BufferedImage bi,
GeoCoordTransformation transform,
DataBounds imageBounds)
|
void |
OMWarpingImage.setWarp(int[] pix,
int width,
int height,
GeoCoordTransformation transform,
DataBounds imageBounds)
Set all the information needed. |
void |
OMWarpingImage.setWarp(java.lang.String imagePath,
GeoCoordTransformation transform,
DataBounds imageBounds)
Set all the information needed. |
| Constructors in com.bbn.openmap.omGraphics with parameters of type DataBounds | |
|---|---|
OMWarpingImage(java.awt.image.BufferedImage bi,
GeoCoordTransformation transform,
DataBounds imageBounds)
Create an OMWarpingImage from a BufferedImage. |
|
OMWarpingImage(int[] pix,
int width,
int height,
GeoCoordTransformation transform,
DataBounds imageBounds)
Create an OMWarpingImage from a BufferedImage. |
|
OMWarpingImage(java.lang.String imagePath,
GeoCoordTransformation transform,
DataBounds imageBounds)
Create an OMWarpingImage from path to image (resource, file or URL). |
|
| Uses of DataBounds in com.bbn.openmap.omGraphics.util |
|---|
| Fields in com.bbn.openmap.omGraphics.util declared as DataBounds | |
|---|---|
protected DataBounds |
ImageWarp.projectedImageBounds
The coordinate image bounds of the projected image on the map window. |
protected DataBounds |
ImageWarp.sourceImageBounds
The coordinate bounds of the image, represented in the coordinate system of the image. |
| Methods in com.bbn.openmap.omGraphics.util that return DataBounds | |
|---|---|
DataBounds |
ImageWarp.calculateProjectedImageBounds(Projection p)
Returns the image bounds of the image as it would be warped to the provided projection. |
DataBounds |
ImageWarp.getImageBounds()
|
| Methods in com.bbn.openmap.omGraphics.util with parameters of type DataBounds | |
|---|---|
void |
ImageWarp.setImageBounds(DataBounds imageBounds)
|
| Constructors in com.bbn.openmap.omGraphics.util with parameters of type DataBounds | |
|---|---|
ImageWarp(java.awt.image.BufferedImage bi,
GeoCoordTransformation transform,
DataBounds imageBounds)
Create an image warp with some additional transform information. |
|
ImageWarp(int[] pix,
int width,
int height,
GeoCoordTransformation transform,
DataBounds imageBounds)
Create an image warp with some additional transform information. |
|
| Uses of DataBounds in com.bbn.openmap.plugin.esri |
|---|
| Methods in com.bbn.openmap.plugin.esri that return DataBounds | |
|---|---|
DataBounds |
EsriPlugIn.getDataBounds()
DataBoundsInformer interface. |
| Uses of DataBounds in com.bbn.openmap.util |
|---|
| Fields in com.bbn.openmap.util declared as DataBounds | |
|---|---|
protected DataBounds |
DataBounds.hardLimits
|
| Methods in com.bbn.openmap.util that return DataBounds | |
|---|---|
DataBounds |
DataBoundsProvider.getDataBounds()
|
DataBounds |
DataBounds.getHardLimits()
|
| Methods in com.bbn.openmap.util with parameters of type DataBounds | |
|---|---|
boolean |
DataBounds.intersects(DataBounds db2)
|
void |
DataBounds.setHardLimits(DataBounds hardLimits)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||