Uses of Interface
com.bbn.openmap.dataAccess.shape.ShapeConstants

Packages that use ShapeConstants
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. 
 

Uses of ShapeConstants in com.bbn.openmap.dataAccess.shape
 

Subinterfaces of ShapeConstants in com.bbn.openmap.dataAccess.shape
 interface EsriGraphic
          An interface to typecast OMGraphics.
 

Classes in com.bbn.openmap.dataAccess.shape that implement ShapeConstants
 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.
 

Uses of ShapeConstants in com.bbn.openmap.dataAccess.shape.input
 

Classes in com.bbn.openmap.dataAccess.shape.input that implement ShapeConstants
 class ShpInputStream
          Reads geometry data from a .shp file.
 

Uses of ShapeConstants in com.bbn.openmap.layer.link.shape
 

Classes in com.bbn.openmap.layer.link.shape that implement ShapeConstants
 class ESRILinkPointRecord
          An ESRI Point record.
 class ESRILinkPolygonRecord
           
 class LinkSpatialIndex
           
 

Uses of ShapeConstants in com.bbn.openmap.layer.shape
 

Classes in com.bbn.openmap.layer.shape that implement ShapeConstants
 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.
 

Uses of ShapeConstants in com.bbn.openmap.plugin.esri
 

Classes in com.bbn.openmap.plugin.esri that implement ShapeConstants
 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