Package | Description |
---|---|
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.mapTile | |
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.dataAccess.shape.input |
This package provides InputStreams for .shp, .dbf and .shx files that
make up the ESRI Shape file format.
|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.gui.event | |
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.asrp | |
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
com.bbn.openmap.layer.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.layer.event | |
com.bbn.openmap.layer.imageTile | |
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.mysql | |
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.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.plugin.esri |
A PlugIn package that handles ESRI shape files.
|
com.bbn.openmap.tools.icon |
The icon package is intended to provide the capability to create or
fetch icons.
|
com.bbn.openmap.tools.symbology.milStd2525 |
This package provides a way to create MIL-STD-2525B compliant symbols.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
ASRPDirectoryHandler.getCoverageBounds(Projection proj,
DrawingAttributes da) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
SimpleEmptyTileHandler.backgroundAtts |
protected DrawingAttributes |
KMLTileGridMaker.drawingAttributes |
protected DrawingAttributes |
ShpFileEmptyTileHandler.landAttributes |
protected DrawingAttributes |
SimpleEmptyTileHandler.noCoverageAtts |
protected DrawingAttributes |
MapTileMakerComponent.rectDA |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
SimpleEmptyTileHandler.getBackgroundAtts() |
DrawingAttributes |
ShpFileEmptyTileHandler.getLandAttributes() |
DrawingAttributes |
SimpleEmptyTileHandler.getNoCoverageAtts() |
Modifier and Type | Method and Description |
---|---|
protected java.awt.image.BufferedImage |
SimpleEmptyTileHandler.createTileImageFromDrawingAttributes(DrawingAttributes da)
Create a BufferedImage from the provided DrawingAttributes.
|
void |
SimpleEmptyTileHandler.setBackgroundAtts(DrawingAttributes backgroundAtts)
Set the background drawing attributes and create the cached backgroundTileImage if the drawing attributes provided
doesn't match what's there.
|
void |
ShpFileEmptyTileHandler.setLandAttributes(DrawingAttributes landAttributes) |
void |
SimpleEmptyTileHandler.setNoCoverageAtts(DrawingAttributes noCoverageAtts)
Set the no-coverage drawing attributes and create the cached emptyTileImage if the drawing attributes provided
doesn't match what's there.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
DrawingAttributesUtility.da |
protected DrawingAttributes |
DbfHandler.Rule.da |
protected DrawingAttributes |
DrawingAttributesUtility.defaultDA |
protected DrawingAttributes |
DbfHandler.defaultDA |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
DbfHandler.Rule.getDa() |
DrawingAttributes |
DrawingAttributesUtility.getDefaultAttributes() |
DrawingAttributes |
DbfHandler.getDefaultDA() |
Modifier and Type | Method and Description |
---|---|
static EsriGraphic |
EsriGraphicFactory.createEsriPoly(int shapeType,
double[] coords,
int lineType,
DrawingAttributes da) |
protected EsriGraphic |
EsriGraphicFactory.createMultiPointGraphic(BinaryFile shpFile,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createMultiPointGraphic(LittleEndianInputStream iStream,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createMultiPointMGraphic(BinaryFile shpFile,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createMultiPointMGraphic(LittleEndianInputStream iStream,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createMultiPointZGraphic(BinaryFile shpFile,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createMultiPointZGraphic(LittleEndianInputStream iStream,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPointGraphic(BinaryFile shpFile,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker)
Reads the ShapeFile and creates a OMPoint/OMRaster/OMText from the point
object.
|
protected EsriGraphic |
EsriGraphicFactory.createPointGraphic(double x,
double y,
java.lang.Object representation,
DrawingAttributes drawingAttributes) |
protected EsriGraphic |
EsriGraphicFactory.createPointGraphic(LittleEndianInputStream iStream,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPointMGraphic(BinaryFile shpFile,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPointMGraphic(LittleEndianInputStream iStream,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPointZGraphic(BinaryFile shpFile,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPointZGraphic(LittleEndianInputStream iStream,
java.lang.Object representation,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolygonGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolygonGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolygonMGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolygonMGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolygonZGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolygonZGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolyGraphic(BinaryFile shpFile,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolyGraphic(LittleEndianInputStream iStream,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolylineGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolylineGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolylineMGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolylineMGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolylineZGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolylineZGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolyMGraphic(BinaryFile shpFile,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolyMGraphic(LittleEndianInputStream iStream,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolyZGraphic(BinaryFile shpFile,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.createPolyZGraphic(LittleEndianInputStream iStream,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
static EsriGraphicList |
EsriGraphicList.getEsriGraphicList(java.net.URL shp,
DrawingAttributes drawingAttributes,
DbfTableModel dbf,
GeoCoordTransformation coordTranslator)
Reads the contents of the SHP files.
|
static EsriGraphicList |
EsriGraphicList.getEsriGraphicList(java.net.URL shp,
DrawingAttributes drawingAttributes,
GeoCoordTransformation coordTranslator)
Reads the contents of the SHP files, including the DBF file, based on the
location of the shape file.
|
static EsriGraphicList |
EsriGraphicList.getEsriGraphicList(java.net.URL shp,
java.net.URL shx,
DrawingAttributes drawingAttributes,
DbfTableModel dbf)
Deprecated.
use getGraphicList(URL, DrawingAttributes, DbfTableModel)
|
OMGraphicList |
EsriGraphicFactory.getEsriGraphics(BinaryFile shp,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
Projection mapProj,
OMGraphicList list)
Create an OMGraphicList containing OMGraphics representing shape file
contents.
|
OMGraphicList |
EsriGraphicFactory.getEsriGraphics(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
Projection mapProj,
OMGraphicList list)
Create OMGraphics from input stream from shp file.
|
protected EsriGraphic |
EsriGraphicFactory.getPolys(BinaryFile shpFile,
int numParts,
int numPoints,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected EsriGraphic |
EsriGraphicFactory.getPolys(LittleEndianInputStream iStream,
int numParts,
int numPoints,
int shapeType,
DrawingAttributes drawingAttributes,
EsriGraphicFactory.ReadByteTracker byteTracker) |
protected OMGraphic |
EsriGraphicFactory.makeEsriGraphic(BinaryFile shpFile,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
EsriGraphicFactory.ReadByteTracker byteTracker)
Creates a OMGraphic from the shape file data.
|
protected OMGraphic |
EsriGraphicFactory.makeEsriGraphic(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
EsriGraphicFactory.ReadByteTracker byteTracker)
Create OMGraphic from next record
|
OMGraphic |
EsriGraphicFactory.makeEsriGraphicFromRecord(int byteOffset,
BinaryFile shp,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
EsriGraphicFactory.ReadByteTracker byteTracker) |
OMGraphic |
EsriGraphicFactory.makeEsriGraphicFromRecord(int byteOffset,
LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
EsriGraphicFactory.ReadByteTracker byteTracker) |
static OMGraphicList |
EsriShapeExport.read(java.net.URL shpFileURL,
DrawingAttributes drawingAttributes,
GeoCoordTransformation coordTransform) |
void |
DbfHandler.Rule.setDa(DrawingAttributes da) |
void |
DrawingAttributesUtility.setDefaultAttributes(DrawingAttributes dda) |
void |
DbfHandler.setDefaultDA(DrawingAttributes defaultDA) |
static void |
DrawingAttributesUtility.setDrawingAttributes(EsriGraphicList list,
DbfTableModel model,
DrawingAttributes defaultDA)
Iterate through the list, and look in the DbfTableModel for
DrawingAttributes parameters, setting the DrawingAttributes on the list
contents with anything found in the DBF file.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
ShpInputStream.drawingAttributes |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
ShpInputStream.getDrawingAttributes()
Get the DrawingAttributes used for drawing the graphics.
|
Modifier and Type | Method and Description |
---|---|
void |
ShpInputStream.setDrawingAttributes(DrawingAttributes da)
Set the DrawingAttributes to use for drawing the graphics.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
NavMouseMode.rectAttributes
DrawingAttributes to use for drawn rectangle.
|
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
PanMouseMode.getAzDrawing() |
DrawingAttributes |
OMMouseMode.getAzDrawing() |
DrawingAttributes |
AzimuthPanner.getAzDrawing() |
DrawingAttributes |
NavMouseMode.getRectAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
PanMouseMode.setAzDrawing(DrawingAttributes azDrawing) |
void |
OMMouseMode.setAzDrawing(DrawingAttributes azDrawing) |
void |
AzimuthPanner.setAzDrawing(DrawingAttributes azDrawing) |
void |
NavMouseMode.setRectAttributes(DrawingAttributes rectAttributes) |
Constructor and Description |
---|
AzimuthPanner.Shapefile(MapBean mb,
int oX,
int oY,
DrawingAttributes azDrawing,
java.net.URL shapefile) |
AzimuthPanner.Standard(MapBean mb,
int oX,
int oY,
DrawingAttributes azDrawing) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
OverlayMapPanel.activeWidgetColors
May be null, in which case the widgets should decide.
|
protected DrawingAttributes |
EmbeddedScaleDisplayPanel.dAttributes |
protected DrawingAttributes |
EmbeddedNavPanel.fadeAttributes |
protected DrawingAttributes |
OverlayMapPanel.inactiveWidgetColors
May be null, in which case the widgets should decide.
|
protected DrawingAttributes |
EmbeddedNavPanel.liveAttributes |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
OverlayMapPanel.getActiveWidgetColors() |
DrawingAttributes |
EmbeddedNavPanel.getFadeAttributes() |
DrawingAttributes |
OverlayMapPanel.getInactiveWidgetColors() |
DrawingAttributes |
EmbeddedNavPanel.getLiveAttributes() |
Modifier and Type | Method and Description |
---|---|
protected void |
EmbeddedNavPanel.initColors(DrawingAttributes buttonColors,
DrawingAttributes fadeColors,
int buttonSize) |
protected javax.swing.JButton |
EmbeddedNavPanel.makeButton(IconPart iconPart,
DrawingAttributes da,
int size,
double ddRot,
java.lang.String tooltip,
java.awt.event.ActionListener ac) |
protected javax.swing.JComponent |
EmbeddedNavPanel.makeScaleSlider(DrawingAttributes da) |
void |
OverlayMapPanel.setActiveWidgetColors(DrawingAttributes activeWidgetColors) |
void |
EmbeddedNavPanel.setFadeAttributes(DrawingAttributes fadeAttributes) |
void |
OverlayMapPanel.setInactiveWidgetColors(DrawingAttributes inactiveWidgetColors) |
void |
EmbeddedNavPanel.setLiveAttributes(DrawingAttributes liveAttributes) |
Constructor and Description |
---|
EmbeddedNavPanel(DrawingAttributes buttonColors,
DrawingAttributes fadeColors,
int buttonSize)
Make one.
|
EmbeddedScaleDisplayPanel(DrawingAttributes dAtts,
Length units) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
EventListPresenter.drawingAttributes
A drawing attributes object that holds the basic colors used for display.
|
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
EventPresenter.getSelectionDrawingAttributes()
Return a set of drawing attributes that match what the presenter is using
for selection;
|
DrawingAttributes |
EventListPresenter.getSelectionDrawingAttributes() |
DrawingAttributes |
EventListCellRenderer.setRenderingAttributes(DrawingAttributes drawingAttributes) |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
EventListCellRenderer.setRenderingAttributes(DrawingAttributes drawingAttributes) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
OverviewMapAreaLayer.areaAttributes |
protected DrawingAttributes |
ScaleDisplayLayer.dAttributes |
protected DrawingAttributes |
DrawingToolLayer.drawingAttributes |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
OverviewMapAreaLayer.getAreaAttributes() |
DrawingAttributes |
DrawingToolLayer.getDrawingAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
DrawingToolLayer.setDrawingAttributes(DrawingAttributes drawingAttributes) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
ASRPLayer.coverageDrawingAttributes |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
DTEDCoverageManager.level0Attributes |
protected DrawingAttributes |
DTEDCoverageManager.level1Attributes |
protected DrawingAttributes |
DTEDCoverageManager.level2Attributes |
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.String,DrawingAttributes> |
DrawingEditorTool.drawingAttributesTable
Hashtable that holds default DrawingAttributes for different loaders.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
CSVEventImporter.drawingAttributes |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
ImageTileLayer.selectedDrawingAttributes |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
AbstractLocationHandler.locationDrawingAttributes
The rendering attributes for the locations.
|
protected DrawingAttributes |
AbstractLocationHandler.nameDrawingAttributes
The rendering attributes for the names.
|
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
AbstractLocationHandler.getLocationDrawingAttributes() |
DrawingAttributes |
AbstractLocationHandler.getNameDrawingAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocationHandler.setLocationDrawingAttributes(DrawingAttributes lda) |
void |
AbstractLocationHandler.setNameDrawingAttributes(DrawingAttributes nda) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
MysqlGeometryLayer.drawingAttributes |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
SpatialIndexHandler.drawingAttributes |
protected DrawingAttributes |
ShapeLayer.drawingAttributes
The DrawingAttributes object to describe the rendering of graphics.
|
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
SpatialIndexHandler.getDrawingAttributes() |
DrawingAttributes |
ShapeLayer.getDrawingAttributes() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ESRIRecord.addOMGraphics(OMGraphicList list,
DrawingAttributes drawingAttributes)
Generates 2D OMGraphics and adds them to the given list.
|
void |
ESRIPolygonRecord.addOMGraphics(OMGraphicList list,
DrawingAttributes drawingAttributes)
Generates 2D OMGraphics and adds them to the given list.
|
void |
ESRIPointRecord.addOMGraphics(OMGraphicList list,
DrawingAttributes drawingAttributes)
Generates Points and adds them to the given list.
|
void |
ESRIMultiPointRecord.addOMGraphics(OMGraphicList list,
DrawingAttributes drawingAttributes)
Generates 2D OMGraphics and adds them to the given list.
|
OMGraphicList |
SpatialIndex.getAllOMGraphics(OMGraphicList retList,
DrawingAttributes drawingAttributes,
Projection mapProj,
GeoCoordTransformation dataProj)
Retrieves all OMGraphics in the shape file.
|
OMGraphic |
SpatialIndex.getOMGraphicAtOffset(int byteOffset,
DrawingAttributes drawingAttributes)
Skips the BinaryFile for the shp data to the offset and reads the record
data there, creating an OMGraphic from that data.
|
OMGraphicList |
SpatialIndex.getOMGraphics(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList list,
DrawingAttributes drawingAttributes,
Projection mapProj,
GeoCoordTransformation dataProj)
Locates OMGraphics in the shape file that intersect with the given
rectangle.
|
void |
SpatialIndexHandler.setDrawingAttributes(DrawingAttributes set) |
void |
ShapeLayer.setDrawingAttributes(DrawingAttributes da) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
PoliticalArea.drawingAttributes |
protected DrawingAttributes |
AreaHandler.drawingAttributes
Default draw parameters of the graphics that don't have something
specific set for it.
|
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
PoliticalArea.getDrawingAttributes() |
DrawingAttributes |
AreaShapeLayer.getDrawingAttributes() |
DrawingAttributes |
AreaHandler.getDrawingAttributes() |
DrawingAttributes |
AreaHandler.getDrawParams(int recordNumber)
Given the shapefile record number, find the drawing parameters that
should be used for the shape.
|
DrawingAttributes |
AreaHandler.getDrawParamsFromCSV(int recordNumber)
Given the shapefile record number, find the drawing parameters that
should be used for the shape.
|
DrawingAttributes |
AreaHandler.getDrawParamsFromDBF(int recordNumber)
Given the shapefile record number, find the drawing parameters from the
DBF model that should be used for the shape.
|
Modifier and Type | Method and Description |
---|---|
void |
PoliticalArea.setDrawingAttributes(DrawingAttributes da) |
void |
AreaShapeLayer.setDrawingAttributes(DrawingAttributes da) |
void |
AreaHandler.setDrawingAttributes(DrawingAttributes da) |
Constructor and Description |
---|
AreaHandler(SpatialIndex si,
DrawingAttributes da)
Construct an AreaHandler.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
GeoIntersectionLayer.shapeDA |
protected DrawingAttributes |
GeoIntersectionLayer.shapeDASelected |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
GeoIntersectionLayer.getShapeDA() |
DrawingAttributes |
GeoIntersectionLayer.getShapeDASelected() |
Modifier and Type | Method and Description |
---|---|
void |
GeoIntersectionLayer.setShapeDA(DrawingAttributes shapeDA) |
void |
GeoIntersectionLayer.setShapeDASelected(DrawingAttributes shapeDASelected) |
Modifier and Type | Class and Description |
---|---|
class |
FeatureDrawingAttributes
The FeatureDrawingAttributes class is used by the VPFFeatureGraphicWarehouse
to control the fetching and display of feature attributes out of the feature
attribute file, controlled by the FeatureClassInfo class.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
VPFConfig.drawingAttributes |
DrawingAttributes |
VPFConfig.FeatureInfo.drawingAttributes |
protected DrawingAttributes |
LayerGraphicWarehouseSupport.drawingAttributes |
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.String,DrawingAttributes> |
VPFFeatureGraphicWarehouse.featureDrawingAttributes |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
VPFLayer.getDrawingAttributes()
Get the DrawingAttributes used for the coverage type.
|
DrawingAttributes |
LayerGraphicWarehouseSupport.getDrawingAttributes()
Get the DrawingAttributes used for the coverage type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.String,DrawingAttributes> |
VPFFeatureGraphicWarehouse.getFeatureDrawingAttributes()
Get the Hashtable used for the feature DrawingAttributes lookup.
|
Modifier and Type | Method and Description |
---|---|
void |
VPFLayer.setDrawingAttributes(DrawingAttributes da)
Set the drawing attributes for the coverage type.
|
void |
LayerGraphicWarehouseSupport.setDrawingAttributes(DrawingAttributes da)
Set the drawing attributes for the coverage type.
|
void |
FeatureCacheGraphicList.setTo(DrawingAttributes da) |
Modifier and Type | Method and Description |
---|---|
void |
VPFFeatureGraphicWarehouse.setFeatureDrawingAttributes(java.util.Hashtable<java.lang.String,DrawingAttributes> attributes)
Don't do this lightly, or everything will be colored the default value.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicAttributes
The GraphicAttributes provides an extension to DrawingAttributes by
provideing a mechanism for loading and managing different graphic attributes
that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE,
LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY,
RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
|
Modifier and Type | Field and Description |
---|---|
static DrawingAttributes |
DrawingAttributes.DEFAULT
A good ol' generic DrawingAttributes object for all to use.
|
protected DrawingAttributes |
OMRangeRings.drawingAttributes
The DrawingAttributes object used to reflect the outer circle properties
to the inner circles.
|
protected DrawingAttributes |
DrawingAttributesPropertyEditor.drawingAttributes |
protected DrawingAttributes |
EditableOMGraphic.holder
A DrawingAttributes object used to hold OMGraphic settings while it is being moved.
|
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
DrawingAttributes.Builder.build() |
static DrawingAttributes |
DrawingAttributes.getDefaultClone()
If you want to get a DEFAULT DrawingAttributes object that you may modify,
get your own copy.
|
DrawingAttributes |
DrawingAttributesPropertyEditor.getDrawingAttributes() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.ImageIcon |
DrawingAttributes.getDrawingAttributesIcon(DrawingAttributes attributes,
int width,
int height,
boolean horizontalOrientation)
Given a BasicStroke, create an ImageIcon that shows it.
|
void |
DrawingAttributesPropertyEditor.setDrawingAttributes(DrawingAttributes drawingAttributes) |
DrawingAttributes.Builder |
DrawingAttributes.Builder.setFrom(DrawingAttributes anotherDa) |
void |
DrawingAttributes.setTo(DrawingAttributes clone)
Shallow.
|
Constructor and Description |
---|
DrawingAttributes.DrawingAttributesGUIButton(DrawingAttributes da) |
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
EsriPlugIn.drawingAttributes |
protected DrawingAttributes |
EsriLayer.drawingAttributes |
Modifier and Type | Method and Description |
---|---|
DrawingAttributes |
EsriPlugIn.getDrawingAttributes()
Get the drawing attributes for the graphics on the list.
|
Modifier and Type | Method and Description |
---|---|
void |
EsriPlugIn.setDrawingAttributes(DrawingAttributes da)
Set the drawing attributes for the graphics on the list.
|
Constructor and Description |
---|
EsriLayer(java.lang.String name,
java.lang.String dbf,
java.lang.String shp,
java.lang.String shx,
DrawingAttributes da)
Creates an EsriLayer from a set of shape files
|
EsriLayer(java.lang.String name,
java.net.URL dbf,
java.net.URL shp,
java.net.URL shx,
DrawingAttributes da)
Creates an EsriLayer from a set of shape files
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
IconPartList.renderingAttributes |
protected DrawingAttributes |
BasicIconPart.renderingAttributes
DrawingAttributes for this IconPart.
|
Modifier and Type | Method and Description |
---|---|
protected DrawingAttributes |
BasicIconPart.getAttributesForRendering(DrawingAttributes da)
Get the DrawingAttributes that should be used for rendering.
|
protected DrawingAttributes |
BasicAppIconPart.getAttributesForRendering(DrawingAttributes da)
Get the DrawingAttributes that should be used for rendering.
|
DrawingAttributes |
IconPartList.getRenderingAttributes() |
DrawingAttributes |
IconPart.getRenderingAttributes()
Get the rendering attributes for this IconPart.
|
DrawingAttributes |
BasicIconPart.getRenderingAttributes() |
Modifier and Type | Method and Description |
---|---|
IconPart |
IconPartCollection.get(java.lang.String name,
DrawingAttributes da)
Get an icon part for the given name set with the given rendering
attributes.
|
protected DrawingAttributes |
BasicIconPart.getAttributesForRendering(DrawingAttributes da)
Get the DrawingAttributes that should be used for rendering.
|
protected DrawingAttributes |
BasicAppIconPart.getAttributesForRendering(DrawingAttributes da)
Get the DrawingAttributes that should be used for rendering.
|
static javax.swing.ImageIcon |
OMIconFactory.getIcon(int width,
int height,
IconPart geometry,
DrawingAttributes appDA)
Create an ImageIcon that is a certain pixel height and width created with
a certain IconPart geometry.
|
static javax.swing.ImageIcon |
OMIconFactory.getIcon(int width,
int height,
IconPart geometry,
DrawingAttributes appDA,
java.awt.geom.AffineTransform af)
Create an ImageIcon that is a certain pixel height and width created with
a certain IconPart geometry.
|
static javax.swing.ImageIcon |
OMIconFactory.getIcon(int width,
int height,
IconPart geometry,
DrawingAttributes appDA,
double rot)
Create an ImageIcon that is a certain pixel height and width created with
a certain IconPart geometry.
|
void |
IconPartList.render(java.awt.Graphics g,
int width,
int height,
DrawingAttributes appDA) |
void |
IconPart.render(java.awt.Graphics g,
int width,
int height,
DrawingAttributes appDA)
Have the IconPart render itself into the Graphic object for a
given height and width.
|
void |
BasicIconPart.render(java.awt.Graphics g,
int width,
int height,
DrawingAttributes appDA) |
void |
IconPartList.setRenderingAttributes(DrawingAttributes da) |
void |
IconPart.setRenderingAttributes(DrawingAttributes da)
Set the rendering attributes for this IconPart.
|
void |
BasicIconPart.setRenderingAttributes(DrawingAttributes da) |
Constructor and Description |
---|
BasicIconPart(java.awt.Shape shape,
java.awt.geom.AffineTransform transform,
DrawingAttributes da)
Create a BasicIconPart with a java.awt.Shape object for a geometry, along
with an AffineTransform that may be applied to the geometry at
rendertime.
|
BasicIconPart(java.awt.Shape shape,
DrawingAttributes da)
Create a BasicIconPart with a java.awt.Shape object for a geometry.
|
Modifier and Type | Field and Description |
---|---|
protected DrawingAttributes |
SymbolChooser.drawingAttributes |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details