Method Summary |
|
public void | addDeepAdapter(Adapter adapter) |
public void | addMapCompositionListener(IMapCompositionListener listener) |
public void | addMapListener(IMapListener listener) |
public void | backwardHistory() |
public Project | basicGetProjectInternal() |
public RenderManager | basicGetRenderManagerInternal() |
public NotificationChain | basicSetBlackBoardInternal(Blackboard newBlackBoardInternal, NotificationChain msgs) |
public NotificationChain | basicSetContextModel(ContextModel newContextModel, NotificationChain msgs) |
public NotificationChain | basicSetEditManagerInternal(EditManager newEditManagerInternal, NotificationChain msgs) |
public NotificationChain | basicSetLayerFactory(LayerFactory newLayerFactory, NotificationChain msgs) |
public NotificationChain | basicSetProjectInternal(Project newProjectInternal, NotificationChain msgs) |
public NotificationChain | basicSetRenderManagerInternal(RenderManager newRenderManagerInternal, NotificationChain msgs) |
public NotificationChain | basicSetViewportModelInternal(ViewportModel newViewportModelInternal, NotificationChain msgs) |
public Object | eGet(EStructuralFeature eFeature, boolean resolve) |
public Object | eGetGen(EStructuralFeature eFeature, boolean resolve) |
public NotificationChain | eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) |
public NotificationChain | eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) |
public boolean | eIsSet(EStructuralFeature eFeature) |
public void | eSet(EStructuralFeature eFeature, Object newValue) |
protected EClass | eStaticClass() |
public void | eUnset(EStructuralFeature eFeature) |
public void | executeASyncWithoutUndo(MapCommand command) |
public void | executeSyncWithoutUndo(MapCommand command) |
public void | forwardHistory() |
public String | getAbstract() |
public Object | getAdapter(Class adapter) |
public double | getAspectRatio(IProgressMonitor monitor) |
public Blackboard | getBlackBoardInternal() |
public IBlackboard | getBlackboard() |
public ReferencedEnvelope | getBounds(IProgressMonitor monitor) |
public BrewerPalette | getColorPalette() |
public ColourScheme | getColourScheme() |
public CommandStack | getCommandStack() |
public ContextModel | getContextModel() |
public IEditManager | getEditManager() |
public EditManager | getEditManagerInternal() |
public String | getFileExtension() |
public URI | getID() |
public LayerFactory | getLayerFactory() |
public List<Layer> | getLayersInternal() |
public List<Color> | getMapDefaultColours() |
public List | getMapLayers() |
public String | getName() |
public NavCommandStack | getNavCommandStack() |
public IProject | getProject() |
public Project | getProjectInternal() Retrieves this map's project, searching its parents until it finds one, or returns null if it
can't find one. |
public Project | getProjectInternalGen() |
public IRenderManager | getRenderManager() |
public RenderManager | getRenderManagerInternal() |
public IViewportModel | getViewportModel() |
public ViewportModel | getViewportModelInternal() |
public void | lowerLayer(Layer layer) |
void | notifyBatchNotification(int featureID, int eventType) Creates and fires a batch notification. |
public void | notifyCommandDone() notifyCommandDone is called by the CommandManager when a non-nav command is finished running. |
public void | notifyNavCommandDone() notifyNavCommandDone is called by the CommandManager when a nav command is finished running. |
public void | raiseLayer(Layer layer) |
public void | redo() |
public void | removeDeepAdapter(Adapter adapter) |
public void | removeMapCompositionListener(IMapCompositionListener listener) |
public void | removeMapListener(IMapListener listener) |
public void | select(Envelope boundingBox) |
public void | select(Envelope boundingBox, boolean add) |
public void | select(Filter filter) |
public void | select(Filter filter, boolean and) |
public void | select(Filter filter, ILayer layerObj) |
public void | sendCommandASync(MapCommand command) |
public void | sendCommandInternal(MapCommand command, boolean async) |
public void | sendCommandSync(MapCommand command) |
public void | setAbstract(String newAbstract) |
public void | setBlackBoardInternal(Blackboard newBlackBoardInternal) |
public void | setColorPalette(BrewerPalette newColorPalette) |
public void | setColourScheme(ColourScheme newColourScheme) |
public void | setContextModel(ContextModel newContextModel) |
public void | setContextModelGen(ContextModel newContextModel) |
public void | setEditManagerInternal(EditManager newEditManagerInternal) |
public void | setLayerFactory(LayerFactory newLayerFactory) |
public void | setName(String newName) |
public void | setProjectInternal(Project newProjectInternal) |
public void | setRenderManagerInternal(RenderManager newRenderManager) |
public void | setRenderManagerInternalGen(RenderManager newRenderManagerInternal) |
public void | setViewportModelInternal(ViewportModel newViewportModelInternal) |
public void | setViewportModelInternalGen(ViewportModel newViewportModelInternal) |
protected boolean | shouldInitViewport(Collection<Layer> newLayers) Return true if other layers don't define a non-null bounds (see
Envelope.isNull )
or the new layers are the first layers added. |
public static ReferencedEnvelope | toReferencedEnvelope(Extent extent, CoordinateReferenceSystem crs) |
public String | toString() |
public void | undo() |