|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalog.IMSMetadataService
public class IMSMetadataService
GxObject that represents ArcIMS Metadata Service.
| Constructor Summary | |
|---|---|
IMSMetadataService()
Constructs a IMSMetadataService using ArcGIS Engine. |
|
IMSMetadataService(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. IMSMetadataService theIMSMetadataService = (IMSMetadataService) obj; |
|
| Method Summary | |
|---|---|
IGxObject |
addChild(IGxObject child)
Adds a new child and returns a reference to it. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
attach(IGxObject parent,
IGxCatalog pCatalog)
Attaches the object to its parent and the catalog. |
boolean |
canCopy()
Indicates if the object can be copied. |
boolean |
canDelete()
Indicates if the object can be deleted. |
boolean |
canPaste(IEnumName names,
boolean[] moveOperation)
Indicates if the specified names may be pasted into this object. |
boolean |
canRename()
Indicates if the object can be renamed. |
IGxObject |
createChild(String server,
String service,
String userName,
String password,
boolean isFolder)
Creates a new folder as a child of this folder. |
void |
delete()
Deletes the object. |
void |
deleteChild(IGxObject child)
Deletes the specified child object. |
void |
detach()
Instructs the object to detach itself from its parent and the catalog. |
void |
editProperties(int hParent)
Presents a modal dialog to allow editing the object's properties. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
String |
getBaseName()
The base name of the object (i.e. |
String |
getCategory()
The category of the object. |
IEnumGxObject |
getChildren()
An enumeration of the child objects. |
IUID |
getClassID()
The class ID of this object. |
static String |
getClsid()
getClsid. |
IPropertySet |
getConnectionProperties()
True if the service is free. |
String |
getContentType()
The content type of the metadata document. |
IUID |
getContextMenu()
The class ID of the context menu for this object. |
String |
getDataset()
Name of metadata document on server. |
int |
getDeleteOption()
Behavior when deleting multiple objects. |
IEnvelope |
getExtent()
The extent of the dataset represented by this document. |
String |
getFullName()
The full name of the object. |
int |
getIndexStatus()
Indicates whether this document is indexed on the server. |
IName |
getInternalObjectName()
The Name for the internal object that this GxObject represents. |
int |
getLargeImage()
The large image that represents the object. |
int |
getLargeSelectedImage()
The large image that represents the object when it is selected. |
IPropertySet |
getMetadata()
The PropertySet containing metadata. |
String |
getMetadataURL()
URL of metadata document on server. |
String |
getModifiedTime()
The modified date and time of the metadata document. |
String |
getName()
The short name of the object. |
INativeType |
getNativeType()
The native type. |
IUID |
getNewMenu()
The class ID of the New menu for this object. |
String |
getOnlink()
The online linkage contained within this document. |
String |
getOwner()
ArcIMS authenticated user owning metadata document. |
IGxObject |
getParent()
The parent of the object. |
Object |
getPassword()
Password for the specified service. |
void |
getPropByIndex(int index,
String[] name,
Object[] value)
The name and value of the indexed property in the GxObject. |
Object |
getProperty(String name)
The value of the named property in the GxObject. |
int |
getPropertyCount()
The number of properties in the GxObject. |
int |
getRefCount()
The number of references to this document on the server. |
int |
getSecurity()
Type of security set on the service. |
String |
getServer()
The URL of the ArcIMS server running the service represented by this document. |
String |
getService()
The name of the ArcIMS service represented by this document. |
int |
getServiceType()
Type of service. |
int |
getSmallImage()
The small image that represents the object. |
int |
getSmallSelectedImage()
The small image that represents the object when it is selected. |
IPicture |
getThumbnail()
The Thumbnail. |
String |
getThumbnailURL()
URL of thumbnail image on server. |
String |
getURL()
URL to ArcIMS server. |
String |
getUserID()
Unique id (UUID) of metadata document. |
String |
getUserName()
User name for the specified service. |
int |
getUserRole()
User role. |
int |
hashCode()
the hashcode for this object |
boolean |
isAreChildrenViewable()
Indicates if the objects children are available for viewing in the tree-view. |
boolean |
isCanEditMetadata()
Indicates if metadata can be edited. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isFolder()
Indicates whether this metadata document is a folder. |
boolean |
isHasChildren()
Indicates if the object has any children. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isPrivate()
Indicates if the service is private (requires password). |
boolean |
isPrivateDocument()
Indicates whether this metadata document is private. |
boolean |
isRoot()
Indicates whether this metadata document is the root document. |
boolean |
isSavePassword()
Indicates if the password should be saved. |
boolean |
isShowDialogs()
Indicates whether publishing status dialogs are shown. |
boolean |
isSortEnabled()
Indicates if sorting is enabled for this GxObject. |
boolean |
isValid()
Indicates if the object is still valid. |
boolean |
paste(IEnumName names,
boolean[] moveOperation)
Pastes the specified names into this object. |
void |
publishDatasets(IEnumName names)
Publish the metadata of a set of datasets to an ArcIMS Metadata Server. |
void |
refresh()
Updates the object and any children of the object. |
void |
rename(String newShortName)
Renames the object. |
void |
setConnectionProperties(IPropertySet connectionProperties)
True if the service is free. |
void |
setContentType(String contentType)
The content type of the metadata document. |
void |
setDataset(String dataset)
Name of metadata document on server. |
void |
setDeleteOption(int option)
Behavior when deleting multiple objects. |
void |
setExtentByRef(IEnvelope extent)
The extent of the dataset represented by this document. |
void |
setHasChildren(boolean rhs1)
Indicates whether this folder has children. |
void |
setIndexStatus(int indexStatus)
Indicates whether this document is indexed on the server. |
void |
setInternalObjectNameByRef(IName internalObjectName)
The Name for the internal object that this GxObject represents. |
void |
setIsFolder(boolean isFolder)
Indicates whether this metadata document is a folder. |
void |
setIsPrivate(boolean isPrivate)
Indicates if the service is private (requires password). |
void |
setIsPrivateDocument(boolean isPrivate)
Indicates whether this metadata document is private. |
void |
setIsRoot(boolean isRoot)
Indicates whether this metadata document is the root document. |
void |
setMetadata(IPropertySet ppPropertySet)
The PropertySet containing metadata. |
void |
setMetadataURL(String uRL)
URL of metadata document on server. |
void |
setModifiedTime(String modifiedTime)
The modified date and time of the metadata document. |
void |
setName(String name)
Service Name. |
void |
setOnlink(String onlink)
The online linkage contained within this document. |
void |
setOwner(String owner)
ArcIMS authenticated user owning metadata document. |
void |
setPassword(String password)
Password for the specified service. |
void |
setProperty(String name,
Object value)
Set the value of the named property in the GxObject. |
void |
setRefCount(int refCount)
The number of references to this document on the server. |
void |
setSavePassword(boolean flag)
Indicates if the password should be saved. |
void |
setSecurity(int security)
Type of security set on the service. |
void |
setServer(String server)
The URL of the ArcIMS server running the service represented by this document. |
void |
setService(String service)
The name of the ArcIMS service represented by this document. |
void |
setServiceType(int type)
Type of service. |
void |
setShowDialogs(boolean show)
Indicates whether publishing status dialogs are shown. |
void |
setSortEnabled(boolean path)
Indicates if sorting is enabled for this GxObject. |
void |
setThumbnailByRef(IPicture picture)
The Thumbnail. |
void |
setThumbnailURL(String uRL)
URL of thumbnail image on server. |
void |
setURL(String uRL)
URL to ArcIMS server. |
void |
setUserID(String userID)
Unique id (UUID) of metadata document. |
void |
setUserName(String userName)
User name for the specified service. |
void |
setUserRole(int role)
User role. |
void |
synchronize(int action,
int interval)
Updates metadata with the current properties; may create metadata if it doesn't already exist. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public IMSMetadataService()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public IMSMetadataService(Object obj)
throws IOException
IMSMetadataService theIMSMetadataService = (IMSMetadataService) obj;
obj to IMSMetadataService.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface IGxObjectgetName in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFullName()
throws IOException,
AutomationException
getFullName in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getBaseName()
throws IOException,
AutomationException
getBaseName in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCategory()
throws IOException,
AutomationException
getCategory in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject getParent()
throws IOException,
AutomationException
getParent in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws IOException,
AutomationException
getClassID in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getInternalObjectName()
throws IOException,
AutomationException
getInternalObjectName in interface IGxObjectgetInternalObjectName in interface IGxObjectInternalNameIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValid()
throws IOException,
AutomationException
isValid in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attach(IGxObject parent,
IGxCatalog pCatalog)
throws IOException,
AutomationException
attach in interface IGxObjectparent - A reference to a com.esri.arcgis.catalog.IGxObject (in)pCatalog - A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detach()
throws IOException,
AutomationException
detach in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh()
throws IOException,
AutomationException
refresh in interface IGxObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canRename()
throws IOException,
AutomationException
canRename in interface IGxObjectEditIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rename(String newShortName)
throws IOException,
AutomationException
rename in interface IGxObjectEditnewShortName - The newShortName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canDelete()
throws IOException,
AutomationException
canDelete in interface IGxObjectEditIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws IOException,
AutomationException
delete in interface IGxObjectEditIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void editProperties(int hParent)
throws IOException,
AutomationException
editProperties in interface IGxObjectEdithParent - The hParent (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canCopy()
throws IOException,
AutomationException
CanCopy must return True if your customized GxObject is intended to support copy/paste, drag/drop within ArcCatalog or drag/drop from ArcCatalog to ArcMap.
canCopy in interface IGxObjectEditIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSmallImage()
throws IOException,
AutomationException
getSmallImage in interface IGxObjectUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSmallSelectedImage()
throws IOException,
AutomationException
getSmallSelectedImage in interface IGxObjectUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLargeImage()
throws IOException,
AutomationException
getLargeImage in interface IGxObjectUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLargeSelectedImage()
throws IOException,
AutomationException
getLargeSelectedImage in interface IGxObjectUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getContextMenu()
throws IOException,
AutomationException
getContextMenu in interface IGxObjectUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getNewMenu()
throws IOException,
AutomationException
getNewMenu in interface IGxObjectUIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasChildren()
throws IOException,
AutomationException
Note: This property always return True even when it has no children. This was done to improve the overall ArcCatalog browsing performance.
isHasChildren in interface IGxObjectContainerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumGxObject getChildren()
throws IOException,
AutomationException
getChildren in interface IGxObjectContainerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAreChildrenViewable()
throws IOException,
AutomationException
isAreChildrenViewable in interface IGxObjectContainerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject addChild(IGxObject child)
throws IOException,
AutomationException
addChild in interface IGxObjectContainerchild - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteChild(IGxObject child)
throws IOException,
AutomationException
deleteChild in interface IGxObjectContainerchild - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeleteOption(int option)
throws IOException,
AutomationException
setDeleteOption in interface IGxObjectDeleteOptionsoption - A com.esri.arcgis.catalog.esriGxDeleteOption constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDeleteOption()
throws IOException,
AutomationException
getDeleteOption in interface IGxObjectDeleteOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThumbnailByRef(IPicture picture)
throws IOException,
AutomationException
setThumbnailByRef in interface IGxThumbnailpicture - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPicture getThumbnail()
throws IOException,
AutomationException
getThumbnail in interface IGxThumbnailIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface IIMSServiceDescriptionname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getURL()
throws IOException,
AutomationException
getURL in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setURL(String uRL)
throws IOException,
AutomationException
setURL in interface IIMSServiceDescriptionuRL - The uRL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserName(String userName)
throws IOException,
AutomationException
setUserName in interface IIMSServiceDescriptionuserName - The userName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getUserName()
throws IOException,
AutomationException
getUserName in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getPassword()
throws IOException,
AutomationException
getPassword in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPassword(String password)
throws IOException,
AutomationException
setPassword in interface IIMSServiceDescriptionpassword - The password (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSavePassword()
throws IOException,
AutomationException
isSavePassword in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSavePassword(boolean flag)
throws IOException,
AutomationException
setSavePassword in interface IIMSServiceDescriptionflag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getServiceType()
throws IOException,
AutomationException
getServiceType in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServiceType(int type)
throws IOException,
AutomationException
setServiceType in interface IIMSServiceDescriptiontype - A com.esri.arcgis.gisclient.acServiceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSecurity()
throws IOException,
AutomationException
getSecurity in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSecurity(int security)
throws IOException,
AutomationException
setSecurity in interface IIMSServiceDescriptionsecurity - The security (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrivate()
throws IOException,
AutomationException
isPrivate in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPrivate(boolean isPrivate)
throws IOException,
AutomationException
setIsPrivate in interface IIMSServiceDescriptionisPrivate - The isPrivate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getConnectionProperties()
throws IOException,
AutomationException
getConnectionProperties in interface IIMSServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConnectionProperties(IPropertySet connectionProperties)
throws IOException,
AutomationException
setConnectionProperties in interface IIMSServiceDescriptionconnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getMetadata()
throws IOException,
AutomationException
The variable to hold the data must be of IPropertySet data type.
The metadata property is frequently used to save, or update, changes to metadata documents that have taken place through methods available on the IPropertySet, IXmlPropertySet, and/or IXmlPropertySet2 interfaces.
getMetadata in interface IMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMetadata(IPropertySet ppPropertySet)
throws IOException,
AutomationException
setMetadata in interface IMetadatappPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void synchronize(int action,
int interval)
throws IOException,
AutomationException
The Synchronize method is used to extract metadata properties from an object and write those properties to the metadata .xml. Depending on the value of the esriMetaSyncAction, the Synchronize method may generate a new set of metadata if it doesn't already exist.
The following actions will result in synchronization given each of the listed conditions:
| Action | Metadata status | Esri/Sync element | Interval parameter |
|---|---|---|---|
| esriMSAAccessed | Doesn't matter | Must not be FALSE | Must be less than actual interval |
| esriMSAAlways | Doesn't matter | Doesn't matter | Doesn't matter |
| esriMSACreated | Must not exist | Must not be FALSE | Must be less than actual interval |
| esriMSANotCreated | Must exist | Must not be FALSE | Must be less than actual interval |
| esriMSAOverwrite | Doesn't matter | Doesn't matter | Doesn't matter |
The difference between esriMSAAlways and esriMSAOverwrite lies in which elements are synchronized. esriMSAAlways will honor the removal or value change of an element's Sync attribute (to disable synchronization), whereas using esriMSAOverwrite is equivalent to setting the IXmlPropertySet2.OverwriteSyncAttribute to true for the metadata's property set, meaning that even elements without a Sync attribute of TRUE will be synchronized.
synchronize in interface IMetadataaction - A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval - The interval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPropertyCount()
throws IOException,
AutomationException
getPropertyCount in interface IGxObjectPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPropByIndex(int index,
String[] name,
Object[] value)
throws IOException,
AutomationException
getPropByIndex in interface IGxObjectPropertiesindex - The index (in)name - The name (in/out: use single element array)value - A Variant (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getProperty(String name)
throws IOException,
AutomationException
getProperty in interface IGxObjectPropertiesname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperty(String name,
Object value)
throws IOException,
AutomationException
setProperty in interface IGxObjectPropertiesname - The name (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INativeType getNativeType()
throws IOException,
AutomationException
getNativeType in interface INativeTypeInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInternalObjectNameByRef(IName internalObjectName)
throws IOException,
AutomationException
setInternalObjectNameByRef in interface IGxObjectInternalNameinternalObjectName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanEditMetadata()
throws IOException,
AutomationException
This property is available to those objects that support metadata.
isCanEditMetadata in interface IMetadataEditIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataset(String dataset)
throws IOException,
AutomationException
setDataset in interface IRemoteMetadatadataset - The dataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataset()
throws IOException,
AutomationException
getDataset in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOwner(String owner)
throws IOException,
AutomationException
setOwner in interface IRemoteMetadataowner - The owner (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getOwner()
throws IOException,
AutomationException
getOwner in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserID(String userID)
throws IOException,
AutomationException
setUserID in interface IRemoteMetadatauserID - The userID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getUserID()
throws IOException,
AutomationException
getUserID in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMetadataURL(String uRL)
throws IOException,
AutomationException
setMetadataURL in interface IRemoteMetadatauRL - The uRL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMetadataURL()
throws IOException,
AutomationException
getMetadataURL in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThumbnailURL(String uRL)
throws IOException,
AutomationException
setThumbnailURL in interface IRemoteMetadatauRL - The uRL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getThumbnailURL()
throws IOException,
AutomationException
getThumbnailURL in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject createChild(String server,
String service,
String userName,
String password,
boolean isFolder)
throws IOException,
AutomationException
createChild in interface IRemoteMetadataserver - The server (in)service - The service (in)userName - The userName (in)password - The password (in)isFolder - The isFolder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasChildren(boolean rhs1)
throws IOException,
AutomationException
setHasChildren in interface IRemoteMetadatarhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsFolder(boolean isFolder)
throws IOException,
AutomationException
setIsFolder in interface IRemoteMetadataisFolder - The isFolder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFolder()
throws IOException,
AutomationException
isFolder in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsRoot(boolean isRoot)
throws IOException,
AutomationException
setIsRoot in interface IRemoteMetadataisRoot - The isRoot (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRoot()
throws IOException,
AutomationException
isRoot in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPrivateDocument(boolean isPrivate)
throws IOException,
AutomationException
setIsPrivateDocument in interface IRemoteMetadataisPrivate - The isPrivate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrivateDocument()
throws IOException,
AutomationException
isPrivateDocument in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void publishDatasets(IEnumName names)
throws IOException,
AutomationException
publishDatasets in interface IRemoteMetadatanames - A reference to a com.esri.arcgis.system.IEnumName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefCount(int refCount)
throws IOException,
AutomationException
setRefCount in interface IRemoteMetadatarefCount - The refCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRefCount()
throws IOException,
AutomationException
getRefCount in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtentByRef(IEnvelope extent)
throws IOException,
AutomationException
setExtentByRef in interface IRemoteMetadataextent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws IOException,
AutomationException
getExtent in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOnlink(String onlink)
throws IOException,
AutomationException
setOnlink in interface IRemoteMetadataonlink - The onlink (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getOnlink()
throws IOException,
AutomationException
getOnlink in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServer(String server)
throws IOException,
AutomationException
setServer in interface IRemoteMetadataserver - The server (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServer()
throws IOException,
AutomationException
getServer in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setService(String service)
throws IOException,
AutomationException
setService in interface IRemoteMetadataservice - The service (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getService()
throws IOException,
AutomationException
getService in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getIndexStatus()
throws IOException,
AutomationException
getIndexStatus in interface IRemoteMetadataIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndexStatus(int indexStatus)
throws IOException,
AutomationException
setIndexStatus in interface IRemoteMetadataindexStatus - A com.esri.arcgis.gisclient.acIndexStatus constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canPaste(IEnumName names,
boolean[] moveOperation)
throws IOException,
AutomationException
canPaste in interface IGxPasteTargetnames - A reference to a com.esri.arcgis.system.IEnumName (in)moveOperation - The moveOperation (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean paste(IEnumName names,
boolean[] moveOperation)
throws IOException,
AutomationException
paste in interface IGxPasteTargetnames - A reference to a com.esri.arcgis.system.IEnumName (in)moveOperation - The moveOperation (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws IOException,
AutomationException
esri_clone in interface ICloneIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws IOException,
AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws IOException,
AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSortEnabled(boolean path)
throws IOException,
AutomationException
setSortEnabled in interface IGxObjectSortpath - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSortEnabled()
throws IOException,
AutomationException
isSortEnabled in interface IGxObjectSortIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUserRole()
throws IOException,
AutomationException
getUserRole in interface IIMSUserRoleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserRole(int role)
throws IOException,
AutomationException
setUserRole in interface IIMSUserRolerole - A com.esri.arcgis.gisclient.acUserRole constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowDialogs()
throws IOException,
AutomationException
isShowDialogs in interface IRemoteMetadata2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowDialogs(boolean show)
throws IOException,
AutomationException
setShowDialogs in interface IRemoteMetadata2show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getContentType()
throws IOException,
AutomationException
getContentType in interface IRemoteMetadata2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setContentType(String contentType)
throws IOException,
AutomationException
setContentType in interface IRemoteMetadata2contentType - The contentType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getModifiedTime()
throws IOException,
AutomationException
getModifiedTime in interface IRemoteMetadata2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setModifiedTime(String modifiedTime)
throws IOException,
AutomationException
setModifiedTime in interface IRemoteMetadata2modifiedTime - The modifiedTime (in)
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 | ||||||||