|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMText | |
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 | 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.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
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. |
Uses of OMText in com.bbn.openmap.dataAccess.shape |
Subclasses of OMText in com.bbn.openmap.dataAccess.shape | |
class |
EsriTextPoint
An extension to OMPoint that typecasts a specific Esri graphic type. |
Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMText | |
static EsriTextPoint |
EsriTextPoint.convert(OMText omtext)
|
Uses of OMText in com.bbn.openmap.layer |
Fields in com.bbn.openmap.layer declared as OMText | |
protected OMText |
LabelLayer.text
|
Uses of OMText in com.bbn.openmap.layer.link |
Methods in com.bbn.openmap.layer.link that return OMText | |
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. |
Methods in com.bbn.openmap.layer.link with parameters of type OMText | |
static void |
LinkText.write(OMText text,
Link link,
LinkProperties props)
Write a text to the link. |
Uses of OMText in com.bbn.openmap.layer.location |
Fields in com.bbn.openmap.layer.location declared as OMText | |
protected OMText |
Location.label
The Label of the object. |
Methods in com.bbn.openmap.layer.location that return OMText | |
OMText |
Location.getLabel()
Get the label for the location. |
Methods in com.bbn.openmap.layer.location with parameters of type OMText | |
void |
Location.setLabel(OMText lable)
Set the label for the location. |
Uses of OMText in com.bbn.openmap.layer.mif |
Subclasses of OMText in com.bbn.openmap.layer.mif | |
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. |
Uses of OMText in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as OMText | |
OMText |
RpfSubframe.information
The attribute text. |
Uses of OMText in com.bbn.openmap.layer.test |
Fields in com.bbn.openmap.layer.test declared as OMText | |
protected OMText |
TestLayer.omtext
|
Uses of OMText in com.bbn.openmap.layer.vpf |
Methods in com.bbn.openmap.layer.vpf that return OMText | |
static OMText |
LayerGraphicWarehouseSupport.createOMText(java.lang.String text,
float latitude,
float longitude)
Create an OMText object corresponding to a VPF text feature |
Uses of OMText in com.bbn.openmap.omGraphics |
Subclasses of OMText in com.bbn.openmap.omGraphics | |
class |
OMTextLabeler
A default implementation of OMLabeler that extends from OMText. |
Fields in com.bbn.openmap.omGraphics declared as OMText | |
protected OMText[] |
OMRangeRings.labels
The labels for the circles. |
protected OMText |
EditableOMText.text
|
Methods in com.bbn.openmap.omGraphics that return OMText | |
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. |
Constructors in com.bbn.openmap.omGraphics with parameters of type OMText | |
EditableOMText(OMText omc)
Create the EditableOMText with an OMText already defined, ready for editing. |
Uses of OMText in com.bbn.openmap.omGraphics.labeled |
Fields in com.bbn.openmap.omGraphics.labeled declared as OMText | |
protected OMText |
LabeledOMSpline.label
|
protected OMText |
LabeledOMPoly.label
|
Methods in com.bbn.openmap.omGraphics.labeled that return OMText | |
protected OMText |
LabeledOMSpline.getLabel()
|
protected OMText |
LabeledOMPoly.getLabel()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |