com.bbn.openmap.layer.mif
Interface MIFGraphic

All Known Implementing Classes:
MIFPoint, MIFText

public interface MIFGraphic

Interface that defines behavior specific to OMGraphics that are specific to primitives created from MapInfo MIF files

Author:
Simon Bowen

Method Summary
 float getVisibleScale()
           
 void setVisibleScale(float visibleScale)
          sets the scale at which the graphic becomes visible, if set to -1 the graphic is visible at all scale levels.
 

Method Detail

setVisibleScale

void setVisibleScale(float visibleScale)
sets the scale at which the graphic becomes visible, if set to -1 the graphic is visible at all scale levels.

Parameters:
visibleScale -

getVisibleScale

float getVisibleScale()


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