|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EsriGraphicList | |
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.dataAccess.shape.output | This package provides OutputStreams for .shp, .dbf and .shx files that make up the ESRI Shape file format. |
com.bbn.openmap.plugin.esri | A PlugIn package that handles ESRI shape files. |
Uses of EsriGraphicList in com.bbn.openmap.dataAccess.shape |
Subclasses of EsriGraphicList in com.bbn.openmap.dataAccess.shape | |
class |
EsriPointList
An EsriGraphicList ensures that only EsriPoints are added to its list. |
class |
EsriPolygonList
An EsriGraphicList ensures that only EsriPolygons are added to its list. |
class |
EsriPolylineList
An EsriGraphicList ensures that only EsriPolygons are added to its list. |
Fields in com.bbn.openmap.dataAccess.shape declared as EsriGraphicList | |
protected EsriGraphicList |
EsriShapeExport.ESEInterface.list
|
Methods in com.bbn.openmap.dataAccess.shape that return EsriGraphicList | |
static EsriGraphicList |
EsriGraphicList.getEsriGraphicList(java.net.URL shp,
java.net.URL shx,
DrawingAttributes drawingAttributes,
DbfTableModel dbf)
|
Methods in com.bbn.openmap.dataAccess.shape with parameters of type EsriGraphicList | |
protected void |
EsriShapeExport.addGraphic(EsriGraphicList egl,
OMGraphic graphic,
java.util.ArrayList record)
Add a graphic to the list, and add the record to the list's DbfTableModel if both exist. |
protected void |
EsriShapeExport.export(EsriGraphicList egList)
Writes out EsriGraphicLists as shape files, assumes that the DbfTableModel representing the attribute data for the list objects is stored in the appObject member variable of the EsriGraphicList. |
DbfTableModel |
EsriShapeExport.createDefaultModel(EsriGraphicList list)
Prepares and returns a 7 column DbfTableModel to accept input for columns of TYPE_CHARACTER. |
static void |
DrawingAttributesUtility.setDrawingAttributes(EsriGraphicList list,
DbfTableModel model)
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. |
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. |
Constructors in com.bbn.openmap.dataAccess.shape with parameters of type EsriGraphicList | |
EsriShapeExport(EsriGraphicList list,
DbfTableModel dbf,
java.lang.String pathToFile)
Create an EsriShapeExport object. |
|
EsriShapeExport.ESEInterface(EsriGraphicList eglist,
java.lang.String filePathString,
java.lang.String fileNameSuffix)
|
Uses of EsriGraphicList in com.bbn.openmap.dataAccess.shape.input |
Methods in com.bbn.openmap.dataAccess.shape.input that return EsriGraphicList | |
EsriGraphicList |
ShpInputStream.getGeometry(int[][] indexData)
Reads geometry from a .shp file |
EsriGraphicList |
ShpInputStream.getPointGeometry(int[][] indexData)
Iterates through the given input stream to contruct geometry objects |
EsriGraphicList |
ShpInputStream.getPolyGeometry(int[][] indexData,
int shapeType)
Iterates through the given input stream to contruct geometry objects |
Uses of EsriGraphicList in com.bbn.openmap.dataAccess.shape.output |
Methods in com.bbn.openmap.dataAccess.shape.output with parameters of type EsriGraphicList | |
int[][] |
ShpOutputStream.writeGeometry(EsriGraphicList list)
Determine what type of list is given and write it out. |
int[][] |
ShpOutputStream.writePolyGeometry(EsriGraphicList list)
Writes polygon geometry to the class scope LittleEndianInputStream. |
int[][] |
ShpOutputStream.writePointGeometry(EsriGraphicList list)
Writes point geometry to the class scope LittleEndianOutputStream. |
Uses of EsriGraphicList in com.bbn.openmap.plugin.esri |
Methods in com.bbn.openmap.plugin.esri that return EsriGraphicList | |
EsriGraphicList |
EsriPlugIn.getEsriGraphicList()
Returns the EsriGraphicList for this layer |
EsriGraphicList |
EsriPlugIn.getGeometry(java.net.URL shp,
java.net.URL shx)
|
EsriGraphicList |
EsriLayer.getEsriGraphicList()
Returns the EsriGraphicList for this layer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |