com.partnersoft.v3x.apps.MapBrowser
Class MapViewSpaceLayer
java.lang.Object
com.partnersoft.v3x.apps.MapBrowser.MapViewSpaceLayer
- All Implemented Interfaces:
- java.io.Serializable
public class MapViewSpaceLayer
- extends java.lang.Object
- implements java.io.Serializable
A named layer in map view space, containing an ordered list of sources with
approximately the same volatility.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapViewSpaceLayer
public MapViewSpaceLayer()
MapViewSpaceLayer
public MapViewSpaceLayer(java.lang.String name)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String newName)
getSources
public java.util.ArrayList getSources()
setSources
public void setSources(java.util.ArrayList newSources)
isBuffered
public boolean isBuffered()
setBuffered
public void setBuffered(boolean tizit)
isBottomMost
public boolean isBottomMost()
setBottomMost
public void setBottomMost(boolean tizit)
isClickMapped
public boolean isClickMapped()
setClickMapped
public void setClickMapped(boolean tizit)