Package | Description |
---|---|
com.bbn.openmap.layer.beanbox |
Provides a sample openmap application that uses the openmap beanbox.
|
Modifier and Type | Class and Description |
---|---|
class |
Fighter
A SimpleBeanObject that represents a Fighter.
|
class |
SimpleBeanContainer
A SimpleBeanContainer is itself a bean.
|
Modifier and Type | Method and Description |
---|---|
SimpleBeanObject |
SimpleBeanLayer.getObject(long id) |
SimpleBeanObject |
SimpleBeanLayer.getObject(java.lang.Long id)
returns a bean with the specified id.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeanLayer.addObject(SimpleBeanObject object)
Adds a bean to this layer.
|
abstract OMGraphic |
CustomGraphic.createGraphic(SimpleBeanObject object)
Override this method to create and return the object's graphic
representation.
|
OMGraphic |
ContainerGraphic.createGraphic(SimpleBeanObject object)
Returns an OMRect object with dimensions equal to the width and
height of the SimpleBeanContainer and position equal to the
center lat/lon position of the SimpleBeanContainer object.
|
void |
CustomGraphic.updateGraphic(SimpleBeanObject object)
Change the graphic to reflect the current state of the object.
|
void |
ContainerGraphic.updateGraphic(SimpleBeanObject object)
Updates the width, height and position of OMRect object used to
represent the SimpleBeanContainer object with the corresponding
values in the SimpleBeanContainer object.
|
void |
SimpleBeanLayer.updateObject(SimpleBeanObject object)
Update the specified SimpleBeanObject object that may be
maintained by this layer.
|
Constructor and Description |
---|
ContainerGraphic(SimpleBeanObject object) |
CustomGraphic(SimpleBeanObject object)
Create a graphical representation of the object.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details