|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.arcmapui.MetadataViewWindow
public class MetadataViewWindow
COM Class 'MetadataViewWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'MetadataViewWindow class used to display the metadata of selected layer's data source.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow3 |
---|
IID, IID83dac7ba_9f42_465a_8530_be77710e8f0b, xxDummy |
Fields inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow2 |
---|
IIDcc40a88d_28c9_46fc_88cf_f487e81ead99 |
Fields inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow |
---|
IID3d477e2f_b719_4ff0_9c48_8c4a01ef1f00 |
Fields inherited from interface com.esri.arcgis.carto.IActiveViewEvents |
---|
IID, IIDe79c5940_52dd_11d0_98be_00805f7ced21, xxDummy |
Fields inherited from interface com.esri.arcgis.arcmapui.IDocumentEvents |
---|
IID, IID6db7c4bd_0a7c_11d1_86aa_0000f8751720, xxDummy |
Constructor Summary | |
---|---|
MetadataViewWindow()
Constructs a MetadataViewWindow using ArcGIS Engine. |
|
MetadataViewWindow(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MetadataViewWindow theMetadataViewWindow = (MetadataViewWindow) obj; |
Method Summary | |
---|---|
void |
activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent)
Fired when the active view changes. |
void |
afterDraw(IActiveViewEventsAfterDrawEvent theEvent)
Fired after the specified phase is drawn. |
void |
afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent)
Fired after an individual view item is drawn. |
boolean |
beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
void |
closeDocument(IDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
contentsChanged(IActiveViewEventsContentsChangedEvent theEvent)
Fired when the contents of the view changes. |
void |
contentsCleared(IActiveViewEventsContentsClearedEvent theEvent)
Fired when the contents of the view is cleared. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IMetadataViewWindow |
findViaLayer(ILayer pLayer)
Is Metadata (of a layer's data source) already being displayed. |
IMetadataViewWindow |
findViaStandaloneTable(IStandaloneTable pStandaloneTable)
Is Metadata (of a standalone table) already being displayed. |
void |
focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent)
Fired when a new map is made active. |
static java.lang.String |
getClsid()
getClsid. |
int |
getHWnd()
HWND of the Metadata View Window. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILayer |
getLayer()
The stored layer. |
IPropertySet |
getMetadata()
The Metadata of the selected layer's data source. |
IMetadataHelper |
getMetadataHelper()
The Metadata helper to get stylesheet path and metadata. |
java.lang.String |
getSelectedStylesheet()
Selected Stylesheet from Metadata helper. |
IStandaloneTable |
getStandaloneTable()
The standalone table to view/edit. |
java.lang.String |
getStylesheetPath()
Stylesheet path from Metadata helper. |
int |
hashCode()
the hashcode for this object |
void |
itemAdded(IActiveViewEventsItemAddedEvent theEvent)
Fired when an item is added to the view. |
void |
itemDeleted(IActiveViewEventsItemDeletedEvent theEvent)
Fired when an item is deleted from the view. |
void |
itemReordered(IActiveViewEventsItemReorderedEvent theEvent)
Fired when a view item is reordered. |
void |
mapsChanged(IDocumentEventsMapsChangedEvent theEvent)
Fired when a change is made to the map collection. |
void |
newDocument(IDocumentEventsNewDocumentEvent theEvent)
Fired when a new document is created. |
boolean |
onContextMenu(IDocumentEventsOnContextMenuEvent theEvent)
Indicates if a context menu should be displayed at the given xy location. |
void |
openDocument(IDocumentEventsOpenDocumentEvent theEvent)
Fired when a document is opened. |
void |
refresh()
Refresh the metadata view. |
void |
release()
Release a MetadataViewWindow. |
void |
selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent)
Call this function to fire the selection changed event. |
void |
setAGSServerObjectNameByRef(IAGSServerObjectName rhs1)
Pass the server object name to Metadata View window. |
void |
setApplicationByRef(java.lang.Object rhs1)
Provides the window with a reference to the application. |
void |
setDataSourceByRef(IDatasetName rhs1)
Pass the data source name of the selected layer to Metadata View window. |
void |
setLayerByRef(ILayer pLayer)
The stored layer. |
void |
setMetadataByRef(IPropertySet rhs1)
Pass the metadata directly to Metadata View window. |
void |
setStandaloneTableByRef(IStandaloneTable table)
The standalone table to view/edit. |
void |
show(boolean show)
Show MetadataViewWindow of the selected layer's data source. |
void |
spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent)
Fired when the spatial reference is changed. |
void |
viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent)
Fired when view is refreshed before draw happens. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataViewWindow() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic MetadataViewWindow(java.lang.Object obj) throws java.io.IOException
MetadataViewWindow theMetadataViewWindow = (MetadataViewWindow) obj;
obj
to MetadataViewWindow
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setApplicationByRef(java.lang.Object rhs1) throws java.io.IOException, AutomationException
setApplicationByRef
in interface IMetadataViewWindow
rhs1
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws java.io.IOException, AutomationException
getLayer
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer pLayer) throws java.io.IOException, AutomationException
setLayerByRef
in interface IMetadataViewWindow
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandaloneTableByRef(IStandaloneTable table) throws java.io.IOException, AutomationException
setStandaloneTableByRef
in interface IMetadataViewWindow
table
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStandaloneTable getStandaloneTable() throws java.io.IOException, AutomationException
getStandaloneTable
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
setDataSourceByRef
in interface IMetadataViewWindow
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMetadataViewWindow findViaLayer(ILayer pLayer) throws java.io.IOException, AutomationException
findViaLayer
in interface IMetadataViewWindow
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMetadataViewWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable) throws java.io.IOException, AutomationException
findViaStandaloneTable
in interface IMetadataViewWindow
pStandaloneTable
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStylesheetPath() throws java.io.IOException, AutomationException
getStylesheetPath
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSelectedStylesheet() throws java.io.IOException, AutomationException
getSelectedStylesheet
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getMetadata() throws java.io.IOException, AutomationException
getMetadata
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMetadataHelper getMetadataHelper() throws java.io.IOException, AutomationException
getMetadataHelper
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(boolean show) throws java.io.IOException, AutomationException
show
in interface IMetadataViewWindow
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface IMetadataViewWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMetadataByRef(IPropertySet rhs1) throws java.io.IOException, AutomationException
setMetadataByRef
in interface IMetadataViewWindow2
rhs1
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAGSServerObjectNameByRef(IAGSServerObjectName rhs1) throws java.io.IOException, AutomationException
setAGSServerObjectNameByRef
in interface IMetadataViewWindow3
rhs1
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contentsChanged(IActiveViewEventsContentsChangedEvent theEvent) throws java.io.IOException, AutomationException
contentsChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contentsCleared(IActiveViewEventsContentsClearedEvent theEvent) throws java.io.IOException, AutomationException
contentsCleared
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemAdded(IActiveViewEventsItemAddedEvent theEvent) throws java.io.IOException, AutomationException
itemAdded
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemDeleted(IActiveViewEventsItemDeletedEvent theEvent) throws java.io.IOException, AutomationException
itemDeleted
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemReordered(IActiveViewEventsItemReorderedEvent theEvent) throws java.io.IOException, AutomationException
itemReordered
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
selectionChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent) throws java.io.IOException, AutomationException
viewRefreshed
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterDraw(IActiveViewEventsAfterDrawEvent theEvent) throws java.io.IOException, AutomationException
afterDraw
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent) throws java.io.IOException, AutomationException
afterItemDraw
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent) throws java.io.IOException, AutomationException
focusMapChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent) throws java.io.IOException, AutomationException
spatialReferenceChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent) throws java.io.IOException, AutomationException
activeViewChanged
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void mapsChanged(IDocumentEventsMapsChangedEvent theEvent) throws java.io.IOException, AutomationException
mapsChanged
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean onContextMenu(IDocumentEventsOnContextMenuEvent theEvent) throws java.io.IOException, AutomationException
onContextMenu
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void newDocument(IDocumentEventsNewDocumentEvent theEvent) throws java.io.IOException, AutomationException
newDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void openDocument(IDocumentEventsOpenDocumentEvent theEvent) throws java.io.IOException, AutomationException
openDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent) throws java.io.IOException, AutomationException
beforeCloseDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void closeDocument(IDocumentEventsCloseDocumentEvent theEvent) throws java.io.IOException, AutomationException
closeDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |