Uses of Class
com.bbn.openmap.dataAccess.shape.EsriGraphicFactory

Packages that use EsriGraphicFactory
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.shape Provides an OpenMap layer for dealing with shape files. 
 

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

Methods in com.bbn.openmap.dataAccess.shape.input with parameters of type EsriGraphicFactory
 EsriGraphicList ShpInputStream.getGeometry(EsriGraphicFactory factory)
          Reads geometry from a .shp file.
 

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

Methods in com.bbn.openmap.layer.shape that return EsriGraphicFactory
 EsriGraphicFactory SpatialIndex.getFactory()
          The factory is used to filter and create OMGraphics from a shape file.
 

Methods in com.bbn.openmap.layer.shape with parameters of type EsriGraphicFactory
 void SpatialIndex.setFactory(EsriGraphicFactory factory)
           
 



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