Java Doc for MapImpl.java in  » GIS » udig-1.1 » net » refractions » udig » project » internal » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » udig 1.1 » net.refractions.udig.project.internal.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.refractions.udig.project.internal.impl.MapImpl

MapImpl
public class MapImpl extends EObjectImpl implements Map(Code)
TODO Purpose of net.refractions.udig.project.internal.impl


author:
   Jesse
since:
   1.0.0

Inner Class :public class MapCommandListener implements CommandListener

Field Summary
final protected static  StringABSTRACT_EDEFAULT
     The default value of the ' MapImpl.getAbstract() Abstract ' attribute.
final protected  BrewerPaletteCOLOR_PALETTE_EDEFAULT
     The default value of the ' MapImpl.getColorPalette() Color Palette ' attribute.
final protected static  ColourSchemeCOLOUR_SCHEME_EDEFAULT
     The default value of the ' MapImpl.getColourScheme() Colour Scheme ' attribute.
final protected static  CommandStackCOMMAND_STACK_EDEFAULT
     The default value of the ' MapImpl.getCommandStack() Command Stack ' attribute.
final protected static  StringNAME_EDEFAULT
     The default value of the ' MapImpl.getName() Name ' attribute.
final protected static  NavCommandStackNAV_COMMAND_STACK_EDEFAULT
     The default value of the ' MapImpl.getNavCommandStack() Nav Command Stack ' attribute.
protected volatile  Stringabstract_
     The cached value of the ' MapImpl.getAbstract() Abstract ' attribute.
 Adapteradapter
    
protected volatile  BlackboardblackBoardInternal
     The cached value of the ' MapImpl.getBlackBoardInternal() Black Board Internal ' containment reference.
protected volatile  BrewerPalettecolorPalette
     The cached value of the ' MapImpl.getColorPalette() Color Palette ' attribute.
protected volatile  ColourSchemecolourScheme
     The cached value of the ' MapImpl.getColourScheme() Colour Scheme ' attribute.
 CopyOnWriteArraySet<IMapCompositionListener>compositionListeners
    
protected volatile  ContextModelcontextModel
     The cached value of the ' MapImpl.getContextModel() Context Model ' containment reference.
final  ContextModelListenerAdaptercontextModelListener
    
final public static  Stringcopyright
    
protected volatile  EditManagereditManagerInternal
     The cached value of the ' MapImpl.getEditManagerInternal() Edit Manager Internal ' containment reference.
protected volatile  LayerFactorylayerFactory
     The cached value of the ' MapImpl.getLayerFactory() Layer Factory ' containment reference.
 CopyOnWriteArraySet<IMapListener>mapListeners
    
protected volatile  Stringname
     The cached value of the ' MapImpl.getName() Name ' attribute.
protected volatile  ProjectprojectInternal
     The cached value of the ' MapImpl.getProjectInternal() Project Internal ' reference.
protected volatile  RenderManagerrenderManagerInternal
     The cached value of the ' MapImpl.getRenderManagerInternal() Render Manager Internal ' reference.
protected volatile  ViewportModelviewportModelInternal
     The cached value of the ' MapImpl.getViewportModelInternal() Viewport Model Internal ' containment reference.

Constructor Summary
public  MapImpl()
    

Method Summary
public  voidaddDeepAdapter(Adapter adapter)
    
public  voidaddMapCompositionListener(IMapCompositionListener listener)
    
public  voidaddMapListener(IMapListener listener)
    
public  voidbackwardHistory()
    
public  ProjectbasicGetProjectInternal()
    
public  RenderManagerbasicGetRenderManagerInternal()
    
public  NotificationChainbasicSetBlackBoardInternal(Blackboard newBlackBoardInternal, NotificationChain msgs)
    
public  NotificationChainbasicSetContextModel(ContextModel newContextModel, NotificationChain msgs)
    
public  NotificationChainbasicSetEditManagerInternal(EditManager newEditManagerInternal, NotificationChain msgs)
    
public  NotificationChainbasicSetLayerFactory(LayerFactory newLayerFactory, NotificationChain msgs)
    
public  NotificationChainbasicSetProjectInternal(Project newProjectInternal, NotificationChain msgs)
    
public  NotificationChainbasicSetRenderManagerInternal(RenderManager newRenderManagerInternal, NotificationChain msgs)
    
public  NotificationChainbasicSetViewportModelInternal(ViewportModel newViewportModelInternal, NotificationChain msgs)
    
public  ObjecteGet(EStructuralFeature eFeature, boolean resolve)
    
public  ObjecteGetGen(EStructuralFeature eFeature, boolean resolve)
    
public  NotificationChaineInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
    
public  NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
    
public  booleaneIsSet(EStructuralFeature eFeature)
    
public  voideSet(EStructuralFeature eFeature, Object newValue)
    
protected  EClasseStaticClass()
    
public  voideUnset(EStructuralFeature eFeature)
    
public  voidexecuteASyncWithoutUndo(MapCommand command)
    
public  voidexecuteSyncWithoutUndo(MapCommand command)
    
public  voidforwardHistory()
    
public  StringgetAbstract()
    
public  ObjectgetAdapter(Class adapter)
    
public  doublegetAspectRatio(IProgressMonitor monitor)
    
public  BlackboardgetBlackBoardInternal()
    
public  IBlackboardgetBlackboard()
    
public  ReferencedEnvelopegetBounds(IProgressMonitor monitor)
    
public  BrewerPalettegetColorPalette()
    
public  ColourSchemegetColourScheme()
    
public  CommandStackgetCommandStack()
    
public  ContextModelgetContextModel()
    
public  IEditManagergetEditManager()
    
public  EditManagergetEditManagerInternal()
    
public  StringgetFileExtension()
    
public  URIgetID()
    
public  LayerFactorygetLayerFactory()
    
public  List<Layer>getLayersInternal()
    
public  List<Color>getMapDefaultColours()
    
public  ListgetMapLayers()
    
public  StringgetName()
    
public  NavCommandStackgetNavCommandStack()
    
public  IProjectgetProject()
    
public  ProjectgetProjectInternal()
     Retrieves this map's project, searching its parents until it finds one, or returns null if it can't find one.
public  ProjectgetProjectInternalGen()
    
public  IRenderManagergetRenderManager()
    
public  RenderManagergetRenderManagerInternal()
    
public  IViewportModelgetViewportModel()
    
public  ViewportModelgetViewportModelInternal()
    
public  voidlowerLayer(Layer layer)
    
 voidnotifyBatchNotification(int featureID, int eventType)
     Creates and fires a batch notification.
public  voidnotifyCommandDone()
     notifyCommandDone is called by the CommandManager when a non-nav command is finished running.
public  voidnotifyNavCommandDone()
     notifyNavCommandDone is called by the CommandManager when a nav command is finished running.
public  voidraiseLayer(Layer layer)
    
public  voidredo()
    
public  voidremoveDeepAdapter(Adapter adapter)
    
public  voidremoveMapCompositionListener(IMapCompositionListener listener)
    
public  voidremoveMapListener(IMapListener listener)
    
public  voidselect(Envelope boundingBox)
    
public  voidselect(Envelope boundingBox, boolean add)
    
public  voidselect(Filter filter)
    
public  voidselect(Filter filter, boolean and)
    
public  voidselect(Filter filter, ILayer layerObj)
    
public  voidsendCommandASync(MapCommand command)
    
public  voidsendCommandInternal(MapCommand command, boolean async)
    
public  voidsendCommandSync(MapCommand command)
    
public  voidsetAbstract(String newAbstract)
    
public  voidsetBlackBoardInternal(Blackboard newBlackBoardInternal)
    
public  voidsetColorPalette(BrewerPalette newColorPalette)
    
public  voidsetColourScheme(ColourScheme newColourScheme)
    
public  voidsetContextModel(ContextModel newContextModel)
    
public  voidsetContextModelGen(ContextModel newContextModel)
    
public  voidsetEditManagerInternal(EditManager newEditManagerInternal)
    
public  voidsetLayerFactory(LayerFactory newLayerFactory)
    
public  voidsetName(String newName)
    
public  voidsetProjectInternal(Project newProjectInternal)
    
public  voidsetRenderManagerInternal(RenderManager newRenderManager)
    
public  voidsetRenderManagerInternalGen(RenderManager newRenderManagerInternal)
    
public  voidsetViewportModelInternal(ViewportModel newViewportModelInternal)
    
public  voidsetViewportModelInternalGen(ViewportModel newViewportModelInternal)
    
protected  booleanshouldInitViewport(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  ReferencedEnvelopetoReferencedEnvelope(Extent extent, CoordinateReferenceSystem crs)
    
public  StringtoString()
    
public  voidundo()
    

Field Detail
ABSTRACT_EDEFAULT
final protected static String ABSTRACT_EDEFAULT(Code)
The default value of the ' MapImpl.getAbstract() Abstract ' attribute.
See Also:   MapImpl.getAbstract()



COLOR_PALETTE_EDEFAULT
final protected BrewerPalette COLOR_PALETTE_EDEFAULT(Code)
The default value of the ' MapImpl.getColorPalette() Color Palette ' attribute.
See Also:   MapImpl.getColorPalette()



COLOUR_SCHEME_EDEFAULT
final protected static ColourScheme COLOUR_SCHEME_EDEFAULT(Code)
The default value of the ' MapImpl.getColourScheme() Colour Scheme ' attribute.
See Also:   MapImpl.getColourScheme()



COMMAND_STACK_EDEFAULT
final protected static CommandStack COMMAND_STACK_EDEFAULT(Code)
The default value of the ' MapImpl.getCommandStack() Command Stack ' attribute.
See Also:   MapImpl.getCommandStack()



NAME_EDEFAULT
final protected static String NAME_EDEFAULT(Code)
The default value of the ' MapImpl.getName() Name ' attribute.
See Also:   MapImpl.getName()



NAV_COMMAND_STACK_EDEFAULT
final protected static NavCommandStack NAV_COMMAND_STACK_EDEFAULT(Code)
The default value of the ' MapImpl.getNavCommandStack() Nav Command Stack ' attribute.
See Also:   MapImpl.getNavCommandStack()



abstract_
protected volatile String abstract_(Code)
The cached value of the ' MapImpl.getAbstract() Abstract ' attribute.
See Also:   MapImpl.getAbstract()



adapter
Adapter adapter(Code)



blackBoardInternal
protected volatile Blackboard blackBoardInternal(Code)
The cached value of the ' MapImpl.getBlackBoardInternal() Black Board Internal ' containment reference.
See Also:   MapImpl.getBlackBoardInternal()



colorPalette
protected volatile BrewerPalette colorPalette(Code)
The cached value of the ' MapImpl.getColorPalette() Color Palette ' attribute.
See Also:   MapImpl.getColorPalette()



colourScheme
protected volatile ColourScheme colourScheme(Code)
The cached value of the ' MapImpl.getColourScheme() Colour Scheme ' attribute.
See Also:   MapImpl.getColourScheme()



compositionListeners
CopyOnWriteArraySet<IMapCompositionListener> compositionListeners(Code)



contextModel
protected volatile ContextModel contextModel(Code)
The cached value of the ' MapImpl.getContextModel() Context Model ' containment reference.
See Also:   MapImpl.getContextModel()



contextModelListener
final ContextModelListenerAdapter contextModelListener(Code)



copyright
final public static String copyright(Code)



editManagerInternal
protected volatile EditManager editManagerInternal(Code)
The cached value of the ' MapImpl.getEditManagerInternal() Edit Manager Internal ' containment reference.
See Also:   MapImpl.getEditManagerInternal()



layerFactory
protected volatile LayerFactory layerFactory(Code)
The cached value of the ' MapImpl.getLayerFactory() Layer Factory ' containment reference.
See Also:   MapImpl.getLayerFactory()



mapListeners
CopyOnWriteArraySet<IMapListener> mapListeners(Code)



name
protected volatile String name(Code)
The cached value of the ' MapImpl.getName() Name ' attribute.
See Also:   MapImpl.getName()



projectInternal
protected volatile Project projectInternal(Code)
The cached value of the ' MapImpl.getProjectInternal() Project Internal ' reference.
See Also:   MapImpl.getProjectInternal()



renderManagerInternal
protected volatile RenderManager renderManagerInternal(Code)
The cached value of the ' MapImpl.getRenderManagerInternal() Render Manager Internal ' reference.
See Also:   MapImpl.getRenderManagerInternal()



viewportModelInternal
protected volatile ViewportModel viewportModelInternal(Code)
The cached value of the ' MapImpl.getViewportModelInternal() Viewport Model Internal ' containment reference.
See Also:   MapImpl.getViewportModelInternal()




Constructor Detail
MapImpl
public MapImpl()(Code)




Method Detail
addDeepAdapter
public void addDeepAdapter(Adapter adapter)(Code)



addMapCompositionListener
public void addMapCompositionListener(IMapCompositionListener listener)(Code)



addMapListener
public void addMapListener(IMapListener listener)(Code)



backwardHistory
public void backwardHistory()(Code)



basicGetProjectInternal
public Project basicGetProjectInternal()(Code)



basicGetRenderManagerInternal
public RenderManager basicGetRenderManagerInternal()(Code)



basicSetBlackBoardInternal
public NotificationChain basicSetBlackBoardInternal(Blackboard newBlackBoardInternal, NotificationChain msgs)(Code)



basicSetContextModel
public NotificationChain basicSetContextModel(ContextModel newContextModel, NotificationChain msgs)(Code)



basicSetEditManagerInternal
public NotificationChain basicSetEditManagerInternal(EditManager newEditManagerInternal, NotificationChain msgs)(Code)



basicSetLayerFactory
public NotificationChain basicSetLayerFactory(LayerFactory newLayerFactory, NotificationChain msgs)(Code)



basicSetProjectInternal
public NotificationChain basicSetProjectInternal(Project newProjectInternal, NotificationChain msgs)(Code)



basicSetRenderManagerInternal
public NotificationChain basicSetRenderManagerInternal(RenderManager newRenderManagerInternal, NotificationChain msgs)(Code)



basicSetViewportModelInternal
public NotificationChain basicSetViewportModelInternal(ViewportModel newViewportModelInternal, NotificationChain msgs)(Code)



eGet
public Object eGet(EStructuralFeature eFeature, boolean resolve)(Code)

See Also:   org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(org.eclipse.emf.ecore.EStructuralFeatureboolean)



eGetGen
public Object eGetGen(EStructuralFeature eFeature, boolean resolve)(Code)
EMF will generate to this method instead of eGet



eInverseAdd
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code)



eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code)



eIsSet
public boolean eIsSet(EStructuralFeature eFeature)(Code)



eSet
public void eSet(EStructuralFeature eFeature, Object newValue)(Code)



eStaticClass
protected EClass eStaticClass()(Code)



eUnset
public void eUnset(EStructuralFeature eFeature)(Code)



executeASyncWithoutUndo
public void executeASyncWithoutUndo(MapCommand command)(Code)



executeSyncWithoutUndo
public void executeSyncWithoutUndo(MapCommand command)(Code)



forwardHistory
public void forwardHistory()(Code)



getAbstract
public String getAbstract()(Code)



getAdapter
public Object getAdapter(Class adapter)(Code)

See Also:   org.eclipse.core.runtime.IAdaptable.getAdapter(java.lang.Class)



getAspectRatio
public double getAspectRatio(IProgressMonitor monitor)(Code)



getBlackBoardInternal
public Blackboard getBlackBoardInternal()(Code)



getBlackboard
public IBlackboard getBlackboard()(Code)



getBounds
public ReferencedEnvelope getBounds(IProgressMonitor monitor)(Code)

throws:
  IOException -



getColorPalette
public BrewerPalette getColorPalette()(Code)



getColourScheme
public ColourScheme getColourScheme()(Code)



getCommandStack
public CommandStack getCommandStack()(Code)



getContextModel
public ContextModel getContextModel()(Code)



getEditManager
public IEditManager getEditManager()(Code)

See Also:   net.refractions.udig.project.IMap.getEditManager



getEditManagerInternal
public EditManager getEditManagerInternal()(Code)



getFileExtension
public String getFileExtension()(Code)



getID
public URI getID()(Code)



getLayerFactory
public LayerFactory getLayerFactory()(Code)



getLayersInternal
public List<Layer> getLayersInternal()(Code)



getMapDefaultColours
public List<Color> getMapDefaultColours()(Code)



getMapLayers
public List getMapLayers()(Code)

See Also:   net.refractions.udig.project.IMap.getMapLayers



getName
public String getName()(Code)



getNavCommandStack
public NavCommandStack getNavCommandStack()(Code)



getProject
public IProject getProject()(Code)

See Also:   net.refractions.udig.project.IProjectElement.getProject



getProjectInternal
public Project getProjectInternal()(Code)
Retrieves this map's project, searching its parents until it finds one, or returns null if it can't find one.



getProjectInternalGen
public Project getProjectInternalGen()(Code)



getRenderManager
public IRenderManager getRenderManager()(Code)

See Also:   net.refractions.udig.project.IMap.getRenderManager



getRenderManagerInternal
public RenderManager getRenderManagerInternal()(Code)



getViewportModel
public IViewportModel getViewportModel()(Code)

See Also:   net.refractions.udig.project.IMap.getViewportModel



getViewportModelInternal
public ViewportModel getViewportModelInternal()(Code)



lowerLayer
public void lowerLayer(Layer layer)(Code)



notifyBatchNotification
void notifyBatchNotification(int featureID, int eventType)(Code)
Creates and fires a batch notification.
Parameters:
  featureID - the id of the layer's feature that has changed
Parameters:
  eventType - the type of event that has occurred (see )



notifyCommandDone
public void notifyCommandDone()(Code)
notifyCommandDone is called by the CommandManager when a non-nav command is finished running.



notifyNavCommandDone
public void notifyNavCommandDone()(Code)
notifyNavCommandDone is called by the CommandManager when a nav command is finished running.



raiseLayer
public void raiseLayer(Layer layer)(Code)



redo
public void redo()(Code)



removeDeepAdapter
public void removeDeepAdapter(Adapter adapter)(Code)



removeMapCompositionListener
public void removeMapCompositionListener(IMapCompositionListener listener)(Code)



removeMapListener
public void removeMapListener(IMapListener listener)(Code)



select
public void select(Envelope boundingBox)(Code)



select
public void select(Envelope boundingBox, boolean add)(Code)



select
public void select(Filter filter)(Code)

See Also:   net.refractions.udig.project.internal.ContextModel.select(Filter)



select
public void select(Filter filter, boolean and)(Code)

See Also:   net.refractions.udig.project.internal.ContextModel.select(Filterboolean)



select
public void select(Filter filter, ILayer layerObj)(Code)



sendCommandASync
public void sendCommandASync(MapCommand command)(Code)



sendCommandInternal
public void sendCommandInternal(MapCommand command, boolean async)(Code)



sendCommandSync
public void sendCommandSync(MapCommand command)(Code)



setAbstract
public void setAbstract(String newAbstract)(Code)



setBlackBoardInternal
public void setBlackBoardInternal(Blackboard newBlackBoardInternal)(Code)



setColorPalette
public void setColorPalette(BrewerPalette newColorPalette)(Code)



setColourScheme
public void setColourScheme(ColourScheme newColourScheme)(Code)



setContextModel
public void setContextModel(ContextModel newContextModel)(Code)

See Also:   net.refractions.udig.project.internal.Map.setContextModel(net.refractions.udig.project.ContextModel)



setContextModelGen
public void setContextModelGen(ContextModel newContextModel)(Code)



setEditManagerInternal
public void setEditManagerInternal(EditManager newEditManagerInternal)(Code)



setLayerFactory
public void setLayerFactory(LayerFactory newLayerFactory)(Code)



setName
public void setName(String newName)(Code)



setProjectInternal
public void setProjectInternal(Project newProjectInternal)(Code)



setRenderManagerInternal
public void setRenderManagerInternal(RenderManager newRenderManager)(Code)

See Also:   net.refractions.udig.project.internal.Map.setRenderManager(net.refractions.udig.project.render.RenderManager)



setRenderManagerInternalGen
public void setRenderManagerInternalGen(RenderManager newRenderManagerInternal)(Code)



setViewportModelInternal
public void setViewportModelInternal(ViewportModel newViewportModelInternal)(Code)



setViewportModelInternalGen
public void setViewportModelInternalGen(ViewportModel newViewportModelInternal)(Code)



shouldInitViewport
protected boolean shouldInitViewport(Collection<Layer> newLayers)(Code)
Return true if other layers don't define a non-null bounds (see Envelope.isNull ) or the new layers are the first layers added. true if other layers don't define a non-null bounds (see Envelope.isNull)or the new layers are the first layers added.



toReferencedEnvelope
public static ReferencedEnvelope toReferencedEnvelope(Extent extent, CoordinateReferenceSystem crs)(Code)
Takes an Extent, usually from a CoordinateReferenceSystem , and converts it to a ReferencedEnvelope
Parameters:
  extent - the extent to convert.
Parameters:
  crs - the desired CRS of the ReferencedEnvelope.



toString
public String toString()(Code)



undo
public void undo()(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.