Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DataBounds |
ASRPDirectoryHandler.getDataBounds()
DataBounds interface method, although this object doesn't
implement the complete interface because it doesn't have a
name.
|
Modifier and Type | Method and Description |
---|---|
DataBounds |
EsriGraphicFactory.Header.getDataBounds() |
Modifier and Type | Method and Description |
---|---|
DataBounds |
ASRPLayer.getDataBounds()
DataBoundsInformer interface.
|
Modifier and Type | Field and Description |
---|---|
protected DataBounds |
EventLayer.dataBounds |
Modifier and Type | Method and Description |
---|---|
DataBounds |
EventLayer.getDataBounds()
DataBoundsProvider method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected DataBounds |
RpfSubframe.bounds |
Modifier and Type | Method and Description |
---|---|
DataBounds |
ShapeLayer.getDataBounds()
DataBoundsInformer interface.
|
DataBounds |
MultiShapeLayer.getDataBounds()
DataBoundsInformer interface.
|
Modifier and Type | Field and Description |
---|---|
protected DataBounds |
CoverageAttributeTable.bounds |
Modifier and Type | Method and Description |
---|---|
DataBounds |
CoverageAttributeTable.getBounds()
Gets a DataBounds object that specifies what the CAT covers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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).
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected DataBounds |
ImageWarp.calculateProjectedImageBounds(Projection p) |
DataBounds |
ImageWarp.getImageBounds() |
Modifier and Type | Method and Description |
---|---|
void |
ImageWarp.setImageBounds(DataBounds imageBounds) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
DataBounds |
EsriPlugIn.getDataBounds()
DataBoundsInformer interface.
|
Modifier and Type | Field and Description |
---|---|
protected DataBounds |
DataBounds.hardLimits |
Modifier and Type | Method and Description |
---|---|
DataBounds |
DataBoundsProvider.getDataBounds()
Returns a DataBounds object describing the area of coverage.
|
DataBounds |
DataBounds.getHardLimits() |
Modifier and Type | Method and Description |
---|---|
boolean |
DataBounds.intersects(DataBounds db2) |
void |
DataBounds.setHardLimits(DataBounds hardLimits) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details