public interface IMetadata
extends java.io.Serializable
Description: 'Provides access to members that manage and update metadata.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5de04a82_24e4_11d3_a641_0008c7d3ae50 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getMetadata()
The PropertySet containing metadata.
|
void |
setMetadata(IPropertySet propertySet)
The PropertySet containing metadata.
|
void |
synchronize(int action,
int interval)
Updates metadata with the current properties; may create metadata if it doesn't already exist.
|
static final int IID5de04a82_24e4_11d3_a641_0008c7d3ae50
static final int xxDummy
static final java.lang.String IID
IPropertySet getMetadata() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMetadata(IPropertySet propertySet) throws java.io.IOException, AutomationException
propertySet
- 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.void synchronize(int action, int interval) throws java.io.IOException, AutomationException
action
- A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval
- The interval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.