|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMetadataViewWindow
COM Interface 'IMetadataViewWindow'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members setting the Metadata View Window.' 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3d477e2f_b719_4ff0_9c48_8c4a01ef1f00
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
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. |
void |
refresh()
Refresh the metadata view. |
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 |
setStandaloneTableByRef(IStandaloneTable table)
The standalone table to view/edit. |
void |
show(boolean show)
Show MetadataViewWindow of the selected layer's data source. |
Field Detail |
---|
static final int IID3d477e2f_b719_4ff0_9c48_8c4a01ef1f00
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setApplicationByRef(java.lang.Object rhs1) throws java.io.IOException, AutomationException
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.ILayer getLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer pLayer) throws java.io.IOException, AutomationException
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.void setStandaloneTableByRef(IStandaloneTable table) throws java.io.IOException, AutomationException
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.IStandaloneTable getStandaloneTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
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.IMetadataViewWindow findViaLayer(ILayer pLayer) throws java.io.IOException, AutomationException
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.IMetadataViewWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable) throws java.io.IOException, AutomationException
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.int getHWnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStylesheetPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSelectedStylesheet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMetadataHelper getMetadataHelper() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refresh() throws java.io.IOException, AutomationException
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 |