Uses of Class
com.bbn.openmap.layer.shape.ShapeLayer

Packages that use ShapeLayer
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
 

Uses of ShapeLayer in com.bbn.openmap.dataAccess.mapTile
 

Fields in com.bbn.openmap.dataAccess.mapTile declared as ShapeLayer
protected  ShapeLayer ShpFileEmptyTileHandler.shapeStuff
           
 

Methods in com.bbn.openmap.dataAccess.mapTile that return ShapeLayer
 ShapeLayer ShpFileEmptyTileHandler.getShapeStuff()
           
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type ShapeLayer
 void ShpFileEmptyTileHandler.setShapeStuff(ShapeLayer shapeStuff)
           
 

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

Subclasses of ShapeLayer in com.bbn.openmap.layer.shape
 class BufferedShapeLayer
          An OpenMap Layer that displays shape files.
 class MultiRoadLayer
          Imposes a road layer on the multi shape layer.
 class MultiShapeLayer
          An OpenMap Layer that displays multiple shape files.
 

Uses of ShapeLayer in com.bbn.openmap.layer.shape.areas
 

Subclasses of ShapeLayer in com.bbn.openmap.layer.shape.areas
 class AreaShapeLayer
          A Layer to use an AreaHandler to display geographic regions on OpenMap.
 



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