public class ZoomHistory extends Object
| Constructor and Description |
|---|
ZoomHistory(LayerViewPanel layerViewPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.vividsolutions.jts.geom.Envelope envelope) |
boolean |
hasNext() |
boolean |
hasPrev() |
com.vividsolutions.jts.geom.Envelope |
next() |
com.vividsolutions.jts.geom.Envelope |
prev() |
void |
setAdding(boolean adding) |
public ZoomHistory(LayerViewPanel layerViewPanel)
public void setAdding(boolean adding)
public void add(com.vividsolutions.jts.geom.Envelope envelope)
public com.vividsolutions.jts.geom.Envelope next()
public com.vividsolutions.jts.geom.Envelope prev()
public boolean hasPrev()
public boolean hasNext()
Copyright © 2017 B3Partners B.V.. All rights reserved.