Package | Description |
---|---|
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.layer.link.shape |
A link server that reads ESRI shape file data.
|
com.bbn.openmap.layer.shape |
Provides an OpenMap layer for dealing with shape files.
|
com.bbn.openmap.plugin.esri |
A PlugIn package that handles ESRI shape files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EsriGraphic
An interface to typecast OMGraphics.
|
Modifier and Type | Class and Description |
---|---|
class |
DbfFile
An extension to DbfTableModel that handles reading only certain records when
needed, in conjunction with some spatial indexing mechanism.
|
class |
DbfTableModel
An implementation of TableModel that manages tabular data read from a dbf
file and enables the user to stored data store herein to be saved to a file
conforming to the DBF III file format specification.
|
class |
DbfTableModelFactory |
class |
DrawingAttributesUtility
A class to help out with looking in a DBF file, and setting OMGraphics with
DrawingAttributes settings that may reside in the DBF.
|
class |
EsriGraphicFactory
EsriGraphicFactory creates OMGraphics/EsriGraphics from a shape file.
|
class |
EsriGraphicList
EsriGraphicList ensures that only supported geometry types are added to its
list.
|
class |
EsriIconPoint
An extension to OMPoint that typecasts a specific Esri graphic type.
|
class |
EsriPoint
An extension to OMPoint that typecasts a specific Esri graphic
type.
|
class |
EsriPointList
An EsriGraphicList ensures that only EsriPoints are added to its list.
|
class |
EsriPolygon
An extension to OMPoly for polygons that typecasts a specific Esri graphic
type.
|
class |
EsriPolygonList
An EsriGraphicList ensures that only EsriPolygons are added to its list.
|
class |
EsriPolygonM
An extension to OMPoly for polygons that typecasts a specific Esri graphic
type.
|
class |
EsriPolygonMList
An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
|
class |
EsriPolygonZ
An extension to OMPoly for polygons that typecasts a specific Esri graphic
type.
|
class |
EsriPolygonZList
An EsriGraphicList ensures that only EsriPolygons are added to its list.
|
class |
EsriPolyline
An extension to OMPoly for polylines that typecasts a specific Esri graphic
type.
|
class |
EsriPolylineList
An EsriGraphicList ensures that only EsriPolygons are added to its list.
|
class |
EsriPolylineM
An extension to OMPoly for polylines that typecasts a specific Esri graphic
type.
|
class |
EsriPolylineMList
An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
|
class |
EsriPolylineZ
An extension to OMPoly for polylines that typecasts a specific Esri graphic
type.
|
class |
EsriPolylineZList
An EsriGraphicList ensures that only EsriPolygons are added to its list.
|
class |
EsriShapeExport
Provides methods for saving OMGraphicLists as ShapeFiles.
|
class |
EsriTextPoint
An extension to OMPoint that typecasts a specific Esri graphic
type.
|
class |
MetaDbfTableModel
An extension of the DbfTableModel that allows editing of the format of the
TbfTableModel, allowing addition and deletion of columns of the
DbfTableModel.
|
class |
ShapeUtils
Utilities for reading and writing the components of shape files.
|
Modifier and Type | Class and Description |
---|---|
class |
ShpInputStream
Reads geometry data from a .shp file.
|
Modifier and Type | Class and Description |
---|---|
class |
ESRILinkPointRecord
An ESRI Point record.
|
class |
ESRILinkPolygonRecord |
class |
LinkSpatialIndex |
Modifier and Type | Class and Description |
---|---|
class |
ESRIMultiPointRecord
This is a skeleton of the MultiPoint record type.
|
class |
ESRIPointRecord
An ESRI Point record.
|
class |
ESRIPoly
A representation of a shape file polygon, subordinate to an
ESRIPolygonRecord . |
static class |
ESRIPoly.ESRIFloatPoly
Poly with data stored in floating point format.
|
class |
ESRIPolygonRecord
The Polygon record type.
|
class |
ESRIRecord
This is the base class for all shape record classes.
|
class |
ShapeFile
Class representing an ESRI Shape File.
|
class |
ShapeIndex
A class representing a shape index file.
|
class |
SpatialIndex
A Spatial Index is a variation on a Shape Index, adding the bounding box of
the shape to the index.
|
Modifier and Type | Class and Description |
---|---|
class |
EsriLayer
EsriLayer loads Esri shape file sets from web servers or local file
systems, and it enables the creation of shape file sets.
|
class |
EsriPlugIn
EsriPlugIn loads Esri shape file sets from web servers or local file systems,
and it enables the creation of shape file sets.
|
class |
Tester
A class to test the creation of shape file sets
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details