com.partnersoft.maps.translator
Class MapViewScaleRegion

java.lang.Object
  extended by com.partnersoft.maps.translator.MapViewScaleRegion
All Implemented Interfaces:
Coggable

public class MapViewScaleRegion
extends java.lang.Object
implements Coggable

A range of scales at which an LOD is viewed with certain visibility and style settings.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Constructor Summary
MapViewScaleRegion()
           
MapViewScaleRegion(Cog newState)
           
 
Method Summary
 int getLOD()
           
 float getScaleThreshold()
           
 Naming getVisibleStyles()
           
 void setLOD(int argLod)
           
 void setScaleThreshold(float argScaleThreshold)
           
 void setVisibleStyles(Naming argVisibleStyles)
           
 Cog toCog()
          Returns the complete internal state of this object in the form of a Cog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapViewScaleRegion

public MapViewScaleRegion()

MapViewScaleRegion

public MapViewScaleRegion(Cog newState)
Method Detail

toCog

public Cog toCog()
Description copied from interface: Coggable
Returns the complete internal state of this object in the form of a Cog.

Specified by:
toCog in interface Coggable
Returns:
Cog representing the internal state of this object

getLOD

public int getLOD()

setLOD

public void setLOD(int argLod)

getScaleThreshold

public float getScaleThreshold()

setScaleThreshold

public void setScaleThreshold(float argScaleThreshold)

getVisibleStyles

public Naming getVisibleStyles()

setVisibleStyles

public void setVisibleStyles(Naming argVisibleStyles)