Package | Description |
---|---|
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.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
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.mif |
This package contains a Layer that displays MapInfo data (.mif files).
|
com.bbn.openmap.layer.test |
Provides a test layer for OpenMap.
|
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.labeled |
Provides a simple extension to the OMGraphics, where a text string can
be attached to a graphic object.
|
Modifier and Type | Class and Description |
---|---|
class |
EsriTextPoint
An extension to OMPoint that typecasts a specific Esri graphic
type.
|
Modifier and Type | Method and Description |
---|---|
static EsriTextPoint |
EsriTextPoint.convert(OMText omtext) |
Modifier and Type | Method and Description |
---|---|
protected void |
RangeRingsMouseMode.prepareLabel(OMText text)
Customizes the given OMText before it is rendered.
|
Modifier and Type | Field and Description |
---|---|
protected OMText |
LabelLayer.text |
Modifier and Type | Method and Description |
---|---|
static OMText |
LinkText.read(java.io.DataInputStream dis)
Read the DataInputStream to create a OMText.
|
static OMText |
LinkText.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the DataInputStream to create a OMText.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkText.write(OMText text,
Link link,
LinkProperties props)
Write a text to the link.
|
Modifier and Type | Field and Description |
---|---|
protected OMText |
Location.label
The Label of the object.
|
Modifier and Type | Method and Description |
---|---|
OMText |
Location.getLabel()
Get the label for the location.
|
Modifier and Type | Method and Description |
---|---|
void |
Location.setLabel(OMText lable)
Set the label for the location.
|
Modifier and Type | Class and Description |
---|---|
class |
MIFText
Extension of OMText to provide basic support to ensure that the
screen will not become cluttered This extension of OMText defines a
property visibleScale.
|
Modifier and Type | Field and Description |
---|---|
protected OMText |
TestLayer.omtext |
Modifier and Type | Method and Description |
---|---|
static OMText |
LayerGraphicWarehouseSupport.createOMText(java.lang.String text,
double latitude,
double longitude)
Create an OMText object corresponding to a VPF text feature
|
Modifier and Type | Class and Description |
---|---|
class |
OMTextLabeler
A default implementation of OMLabeler that extends from OMText.
|
Modifier and Type | Field and Description |
---|---|
protected OMText[] |
OMRangeRings.labels
The labels for the circles.
|
protected OMText |
EditableOMText.text |
Modifier and Type | Method and Description |
---|---|
OMText |
OMDistance.createLabel(Geo g1,
Geo g2,
float dist,
float cumulativeDist,
Length distanceUnits)
Get an OMText label for a segments between the given lat/lon points whose
given distance and cumulative distance is specified.
|
Constructor and Description |
---|
EditableOMText(OMText omc)
Create the EditableOMText with an OMText already defined, ready for
editing.
|
Modifier and Type | Field and Description |
---|---|
protected OMText |
LabeledOMSpline.label |
protected OMText |
LabeledOMPoly.label |
Modifier and Type | Method and Description |
---|---|
protected OMText |
LabeledOMSpline.getLabel() |
protected OMText |
LabeledOMPoly.getLabel() |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details