|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMetadataViewWindow
Provides access to members setting the Metadata View Window.
Method Summary | |
---|---|
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. |
int |
getHWnd()
HWND of the Metadata View Window. |
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. |
String |
getSelectedStylesheet()
Selected Stylesheet from Metadata helper. |
IStandaloneTable |
getStandaloneTable()
The standalone table to view/edit. |
String |
getStylesheetPath()
Stylesheet path from Metadata helper. |
void |
refresh()
Refresh the metadata view. |
void |
setApplicationByRef(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 |
setStandaloneTableByRef(IStandaloneTable table)
The standalone table to view/edit. |
void |
show(boolean show)
Show MetadataViewWindow of the selected layer's data source. |
Method Detail |
---|
void setApplicationByRef(Object rhs1) throws IOException, AutomationException
rhs1
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandaloneTableByRef(IStandaloneTable table) throws IOException, AutomationException
table
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStandaloneTable getStandaloneTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceByRef(IDatasetName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMetadataViewWindow findViaLayer(ILayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMetadataViewWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable) throws IOException, AutomationException
pStandaloneTable
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHWnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStylesheetPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSelectedStylesheet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMetadataHelper getMetadataHelper() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refresh() throws IOException, AutomationException
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 |