public interface ViewDocument extends Document, org.gvsig.fmap.mapcontext.layers.ExtendedPropertiesSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LAYER_PROPERTIES_PAGE_GROUP |
static java.lang.String |
VIEW_PROPERTIES_PAGE_GROUP |
ACCESS_DOCUMENT_AUTHORIZATION| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Añade un listener para los cambios en las bounded properties
|
void |
center(org.gvsig.fmap.geom.primitive.Envelope envelope)
Center view in the envelope.
|
boolean |
contains(org.gvsig.fmap.dal.DataStore store)
Return true if this view has a layer with this store.
|
boolean |
contains(org.gvsig.fmap.mapcontext.layers.FLayer layer)
Return true if layer is in this view.
|
java.util.Iterator<org.gvsig.fmap.mapcontext.layers.FLayer> |
deepiterator()
Get all layer in the view TOC.
|
org.gvsig.fmap.mapcontext.layers.FLayer |
getLayer(java.lang.String name) |
org.gvsig.fmap.mapcontext.MapContext |
getMapContext()
Gets the Map contexts of the main map in the view.
|
org.gvsig.fmap.mapcontext.MapContext |
getMapOverViewContext()
Gets the Map context from the locator, which is the
small map in the left-bottom corner of the View.
|
java.lang.String |
getName()
Gets the name of the View
|
Project |
getProject() |
org.cresques.cts.IProjection |
getProjection()
Gets the CRS of the view
|
java.util.Iterator<org.gvsig.fmap.mapcontext.layers.FLayer> |
iterator()
Get the first level of layer in the view TOC.
|
java.lang.Iterable<org.gvsig.fmap.mapcontext.layers.FLayer> |
layers() |
void |
setBackColor(java.awt.Color c) |
void |
setMapContext(org.gvsig.fmap.mapcontext.MapContext fmap) |
void |
setMapOverViewContext(org.gvsig.fmap.mapcontext.MapContext fmap) |
void |
setProjection(org.cresques.cts.IProjection proj) |
addListener, afterAdd, afterRemove, getComment, getCreationDate, getFactory, getMainComponent, getMainWindow, getOpenWhenTheUserCreates, getOwner, getPropertiesWindow, getTypeName, getWindowLayout, isAvailable, isLocked, isModified, isTemporary, lock, refresh, setComment, setCreationDate, setModified, setName, setOwner, setProject, setWindowLayout, unlockstatic final java.lang.String LAYER_PROPERTIES_PAGE_GROUP
static final java.lang.String VIEW_PROPERTIES_PAGE_GROUP
void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
DocumentaddPropertyChangeListener in interface Documentvoid center(org.gvsig.fmap.geom.primitive.Envelope envelope)
envelope - boolean contains(org.gvsig.fmap.dal.DataStore store)
store - boolean contains(org.gvsig.fmap.mapcontext.layers.FLayer layer)
layer - java.util.Iterator<org.gvsig.fmap.mapcontext.layers.FLayer> deepiterator()
org.gvsig.fmap.mapcontext.layers.FLayer getLayer(java.lang.String name)
org.gvsig.fmap.mapcontext.MapContext getMapContext()
org.gvsig.fmap.mapcontext.MapContext getMapOverViewContext()
java.lang.String getName()
Project getProject()
getProject in interface Documentorg.cresques.cts.IProjection getProjection()
java.util.Iterator<org.gvsig.fmap.mapcontext.layers.FLayer> iterator()
java.lang.Iterable<org.gvsig.fmap.mapcontext.layers.FLayer> layers()
void setBackColor(java.awt.Color c)
void setMapContext(org.gvsig.fmap.mapcontext.MapContext fmap)
void setMapOverViewContext(org.gvsig.fmap.mapcontext.MapContext fmap)
void setProjection(org.cresques.cts.IProjection proj)
Copyright © 2024 gvSIG Association. All rights reserved.