Package | Description |
---|---|
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.dataAccess.image | |
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.gui.time | |
com.bbn.openmap.layer.etopo |
Provides a layer that displays ETOPO data.
|
com.bbn.openmap.layer.link |
Provide classes to handle the link protocol: a layer that displays
link data, classes to assist in writing a link server, and methods
that read and write in the link protocol format.
|
com.bbn.openmap.layer.location |
Provides a layer that can display location data - data that represents
a location with a graphic and a name.
|
com.bbn.openmap.layer.policy |
Contains policy objects that affect the behavior of
OMGraphicHandlerLayers.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.omGraphics.grid |
Provides a number of generator classes for OMGrid data.
|
com.bbn.openmap.omGraphics.time | |
com.bbn.openmap.omGraphics.util |
This package contains simple utility classes used specifically for OMGraphics.
|
com.bbn.openmap.plugin.earthImage |
This package contains a plugin that can read in an image, assumed to
be in the Mercator projection and covering the entire Earth, and warp
it to any OpenMap projection.
|
Modifier and Type | Field and Description |
---|---|
protected OMRaster |
DTEDSlopeGenerator.raster
The cached OMScalingRaster, which can be reused instead of
regenerated in some projection circumstances.
|
Modifier and Type | Method and Description |
---|---|
protected OMRaster |
DTEDSlopeGenerator.getRaster(OMGrid grid)
Called from within generate to create an OMRaster object for
the OMGrid.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrImageTile
An ErrImageTile is an ImageTile that can't be displayed due to projection
incompatibilities or some other problem.
|
class |
ImageTile
This is an extension to OMRaster that automatically scales itself to match
the current projection.
|
Modifier and Type | Class and Description |
---|---|
class |
EsriIconPoint
An extension to OMPoint that typecasts a specific Esri graphic type.
|
Modifier and Type | Field and Description |
---|---|
protected OMRaster |
TimelineLayer.CurrentTimeMarker.lowerMark |
protected OMRaster |
TimelineLayer.CurrentTimeMarker.upperMark |
Modifier and Type | Method and Description |
---|---|
protected OMRaster |
ETOPOLayer.buildRaster() |
protected OMRaster |
ETOPOJarLayer.buildRaster() |
Modifier and Type | Method and Description |
---|---|
static OMRaster |
LinkRaster.read(java.io.DataInputStream dis)
Read the DataInputStream, and create an OMRaster.
|
static OMRaster |
LinkRaster.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the DataInputStream, and create an OMRaster.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkRaster.write(OMRaster raster,
Link link,
LinkProperties props)
Write a raster to the link.
|
Modifier and Type | Method and Description |
---|---|
static OMRaster |
ByteRasterLocation.getIconRaster(double lat,
double lon,
byte[] bytearr)
Create an OMRaster at a latitude/longitude, from a image byte array.
|
static OMRaster |
ByteRasterLocation.getIconRaster(double lat,
double lon,
int x,
int y,
byte[] bytearr)
Create a lat/lon OMRaster, pffset to a certain pixel location, with an
image byte array.
|
static OMRaster |
URLRasterLocation.getIconRaster(double lat,
double lon,
int x,
int y,
java.lang.String iconURL)
Create an OMRaster at a latitude/longitude, from a image URL.
|
static OMRaster |
URLRasterLocation.getIconRaster(double lat,
double lon,
int x,
int y,
java.net.URL iconURL)
Create an OMRaster at a latitude/longitude, from a image URL.
|
static OMRaster |
URLRasterLocation.getIconRaster(double lat,
double lon,
java.lang.String iconURL)
Create an OMRaster at a latitude/longitude, from a image URL.
|
static OMRaster |
URLRasterLocation.getIconRaster(double lat,
double lon,
java.net.URL iconURL)
Create an OMRaster at a latitude/longitude, from a image URL.
|
static OMRaster |
ByteRasterLocation.getIconRaster(int x,
int y,
byte[] bytearr)
Create a x/y OMRaster with an image byte array.
|
static OMRaster |
URLRasterLocation.getIconRaster(int x,
int y,
java.lang.String iconURL)
Create an OMRaster at a latitude/longitude, from a image URL.
|
static OMRaster |
URLRasterLocation.getIconRaster(int x,
int y,
java.net.URL iconURL)
Create an OMRaster at a latitude/longitude, from a image URL.
|
Modifier and Type | Field and Description |
---|---|
protected OMRaster |
BufferedImageRenderPolicy.buffer |
Modifier and Type | Method and Description |
---|---|
protected OMRaster |
BufferedImageRenderPolicy.createAndPaintImageBuffer(OMGraphicList list,
Projection proj) |
protected OMRaster |
BufferedImageRenderPolicy.getBuffer()
Get the BufferedImage for the layer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BufferedImageRenderPolicy.setBuffer(OMRaster bi)
Set the BufferedImage for the layer.
|
Modifier and Type | Class and Description |
---|---|
class |
OMScalingIcon
This is an extension to OMScalingRaster that scales an icon.
|
class |
OMScalingRaster
This is an extension to OMRaster that automatically scales itelf to match the
current projection.
|
Modifier and Type | Field and Description |
---|---|
protected OMRaster |
OMWarpingImage.raster |
Modifier and Type | Method and Description |
---|---|
OMRaster |
SlopeGenerator.generateRasterForProjection(OMGrid grid,
Projection proj)
A more defining API method to get what this SlopeGenerator can
create.
|
protected OMRaster |
SlopeGenerator.getRaster(OMGrid grid)
Called from within generate to create an OMRaster object for
the OMGrid.
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalOMScalingIcon |
Modifier and Type | Method and Description |
---|---|
OMRaster |
ImageWarp.getOMRaster(Projection p)
Return an OMRaster that covers the given projection, with the image
warped for the projection.
|
Modifier and Type | Method and Description |
---|---|
OMRaster |
EarthImagePlugIn.ImageTranslator.getImage(Projection p)
Given a projection, create an OMRaster that reflects the image warped
to that projection.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details