Package | Description |
---|---|
com.bbn.openmap.layer.shape |
Provides an OpenMap layer for dealing with shape files.
|
com.bbn.openmap.layer.shape.areas |
Provides an extension to the ShapeLayer that deals with attributes files
for shapefiles.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.plugin |
Provides support for writing OpenMap PlugIns.
|
Modifier and Type | Method and Description |
---|---|
abstract OMGeometry |
ESRIRecord.addOMGeometry(OMGeometryList list)
Generates OMGeometry and adds them to the given list.
|
OMGeometry |
ESRIPolygonRecord.addOMGeometry(OMGeometryList list)
Generates OMGeometry and adds them to the given list.
|
OMGeometry |
ESRIPointRecord.addOMGeometry(OMGeometryList list)
Generates Points and adds them to the given list.
|
OMGeometry |
ESRIMultiPointRecord.addOMGeometry(OMGeometryList list)
Generates OMGeometry and adds it to the list.
|
Modifier and Type | Field and Description |
---|---|
protected OMGeometryList |
PoliticalArea.geometry |
Modifier and Type | Method and Description |
---|---|
OMGeometryList |
AreaHandler.findGraphics(java.lang.String area_key)
Find the graphics that are represented by an search key.
|
OMGeometryList |
PoliticalArea.getGeometry()
Get the value of geometry.
|
Modifier and Type | Method and Description |
---|---|
void |
PoliticalArea.setGeometry(OMGeometryList v)
Set the value of geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
OMAreaList
This class encapsulates a list of OMGeometries that are connected to form one
area.
|
Modifier and Type | Field and Description |
---|---|
protected OMGeometryList |
UTMGridPlugIn.horizontalList
The horizontal list of OMLines used for UTM zones.
|
protected OMGeometryList |
UTMGridPlugIn.verticalList
The vertical list of OMLines used for UTM zones.
|
Modifier and Type | Method and Description |
---|---|
protected OMGeometryList |
UTMGridPlugIn.createMGRSRectangles(LatLonPoint llp,
int accuracy,
int numRects)
Create a list of rectangles representing equal areas of MGRS coordinates
around a lat/lon location.
|
protected OMGeometryList |
UTMGridPlugIn.createMGRSRectangles(LatLonPoint llp,
int accuracy,
int numRects,
Ellipsoid ellipsoid)
Create a list of rectangles representing equal areas of MGRS coordinates
around a lat/lon location.
|
protected OMGeometryList |
UTMGridPlugIn.createUTMZoneHorizontalLines() |
protected OMGeometryList |
UTMGridPlugIn.createUTMZoneVerticalLines() |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details