com.partnersoft.maps.render
Class RenderScaleRegion

java.lang.Object
  extended by com.partnersoft.maps.render.RenderScaleRegion

public class RenderScaleRegion
extends java.lang.Object


Field Summary
 int lod
           
 RenderPointStyle[] pointToStyle
           
 RenderPolylineStyle[] polygonToStyle
           
 RenderPolylineStyle[] polylineToStyle
           
 RenderLegend renderLegend
           
 int scaleRegionIndex
           
 float scaleThreshold
           
 RenderTextStyle[] textToStyle
           
 
Constructor Summary
RenderScaleRegion(RenderLegend renderLegend, int scaleRegionIndex)
           
 
Method Summary
 java.lang.String getLocationString()
           
 LegendScaleRegion getScaleRegion()
           
 int getScaleRegionIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lod

public int lod

polygonToStyle

public RenderPolylineStyle[] polygonToStyle

polylineToStyle

public RenderPolylineStyle[] polylineToStyle

textToStyle

public RenderTextStyle[] textToStyle

pointToStyle

public RenderPointStyle[] pointToStyle

renderLegend

public RenderLegend renderLegend

scaleRegionIndex

public int scaleRegionIndex

scaleThreshold

public float scaleThreshold
Constructor Detail

RenderScaleRegion

public RenderScaleRegion(RenderLegend renderLegend,
                         int scaleRegionIndex)
Method Detail

getScaleRegion

public LegendScaleRegion getScaleRegion()

getScaleRegionIndex

public int getScaleRegionIndex()

getLocationString

public java.lang.String getLocationString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object