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

Packages that use EsriGraphic
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
 

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

Classes in com.bbn.openmap.dataAccess.shape that implement EsriGraphic
 class EsriGraphicList
          EsriGraphicList ensures that only supported geometry types are added to its list.
 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 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.
 

Methods in com.bbn.openmap.dataAccess.shape that return EsriGraphic
 EsriGraphic EsriPolylineList.shallowCopy()
           
 EsriGraphic EsriPolyline.shallowCopy()
           
 EsriGraphic EsriPolygonList.shallowCopy()
           
 EsriGraphic EsriPolygon.shallowCopy()
           
 EsriGraphic EsriPointList.shallowCopy()
           
 EsriGraphic EsriPoint.shallowCopy()
           
 EsriGraphic EsriGraphic.shallowCopy()
          Shallow copy this graphic.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details