com.bbn.openmap.util
Interface DataBoundsProvider

All Known Implementing Classes:
AreaShapeLayer, ASRPLayer, BufferedShapeLayer, EsriPlugIn, EventLayer, MultiRoadLayer, MultiShapeLayer, ShapeLayer

public interface DataBoundsProvider

An interface describing a Component that can provide basic information about the area its data covers.


Method Summary
 DataBounds getDataBounds()
           
 java.lang.String getName()
           
 

Method Detail

getDataBounds

DataBounds getDataBounds()
Returns:
a DataBounds object describing the area of coverage, may be null if the data hasn't been evaluated yet.

getName

java.lang.String getName()
Returns:
A pretty name for the boundary, suitable for a GUI


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