public interface ViewDocument extends Document, ExtendedPropertiesSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
LAYER_PROPERTIES_PAGE_GROUP |
static String |
VIEW_PROPERTIES_PAGE_GROUP |
ACCESS_DOCUMENT_AUTHORIZATION| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Aņade un listener para los cambios en las bounded properties
|
void |
center(Envelope envelope)
Center view in the envelope.
|
boolean |
contains(DataStore store)
Return true if this view has a layer with this store.
|
boolean |
contains(FLayer layer)
Return true if layer is in this view.
|
Iterator<FLayer> |
deepiterator()
Get all layer in the view TOC.
|
MapContext |
getMapContext()
Gets the Map contexts of the main map in the view.
|
MapContext |
getMapOverViewContext()
Gets the Map context from the locator, which is the
small map in the left-bottom corner of the View.
|
String |
getName()
Gets the name of the View
|
Project |
getProject() |
IProjection |
getProjection()
Gets the CRS of the view
|
Iterator<FLayer> |
iterator()
Get the first level of layer in the view TOC.
|
void |
setBackColor(Color c) |
void |
setMapContext(MapContext fmap) |
void |
setMapOverViewContext(MapContext fmap) |
void |
setProjection(IProjection proj) |
addListener, afterAdd, afterRemove, getComment, getCreationDate, getFactory, getMainComponent, getMainWindow, getOwner, getPropertiesWindow, getTypeName, getWindowLayout, isAvailable, isLocked, isModified, isTemporary, lock, setComment, setCreationDate, setModified, setName, setOwner, setProject, setWindowLayout, unlockloadFromState, saveToStategetExtendedProperties, getProperty, setPropertystatic final String VIEW_PROPERTIES_PAGE_GROUP
static final String LAYER_PROPERTIES_PAGE_GROUP
MapContext getMapContext()
MapContext getMapOverViewContext()
void setMapContext(MapContext fmap)
void setMapOverViewContext(MapContext fmap)
String getName()
Project getProject()
getProject in interface Documentvoid addPropertyChangeListener(PropertyChangeListener listener)
DocumentaddPropertyChangeListener in interface DocumentIProjection getProjection()
void setProjection(IProjection proj)
void setBackColor(Color c)
Iterator<FLayer> iterator()
boolean contains(FLayer layer)
layer - boolean contains(DataStore store)
store - void center(Envelope envelope)
envelope -