|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.catalog.IRemoteMetadataProxy
Description: 'Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.' 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 =
public class IRemoteMetadataProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.catalog.IRemoteMetadata |
|---|
IID, IID9df1041e_2f52_405e_b7b9_b736ba74340b |
| Constructor Summary | |
|---|---|
|
IRemoteMetadataProxy()
Deprecated. For internal use only |
|
IRemoteMetadataProxy(java.lang.Object obj)
Deprecated. |
protected |
IRemoteMetadataProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRemoteMetadataProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRemoteMetadataProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IGxObject |
createChild(java.lang.String server,
java.lang.String service,
java.lang.String userName,
java.lang.String password,
boolean isFolder)
Deprecated. Creates a new folder as a child of this folder. |
java.lang.String |
getDataset()
Deprecated. Name of metadata document on server. |
IEnvelope |
getExtent()
Deprecated. The extent of the dataset represented by this document. |
int |
getIndexStatus()
Deprecated. Indicates whether this document is indexed on the server. |
java.lang.String |
getMetadataURL()
Deprecated. URL of metadata document on server. |
java.lang.String |
getOnlink()
Deprecated. The online linkage contained within this document. |
java.lang.String |
getOwner()
Deprecated. ArcIMS authenticated user owning metadata document. |
int |
getRefCount()
Deprecated. The number of references to this document on the server. |
java.lang.String |
getServer()
Deprecated. The URL of the ArcIMS server running the service represented by this document. |
java.lang.String |
getService()
Deprecated. The name of the ArcIMS service represented by this document. |
java.lang.String |
getThumbnailURL()
Deprecated. URL of thumbnail image on server. |
java.lang.String |
getUserID()
Deprecated. Unique id (UUID) of metadata document. |
boolean |
isFolder()
Deprecated. Indicates whether this metadata document is a folder. |
boolean |
isPrivateDocument()
Deprecated. Indicates whether this metadata document is private. |
boolean |
isRoot()
Deprecated. Indicates whether this metadata document is the root document. |
void |
publishDatasets(IEnumName names)
Deprecated. Publish the metadata of a set of datasets to an ArcIMS Metadata Server. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDataset(java.lang.String dataset)
Deprecated. Name of metadata document on server. |
void |
setExtentByRef(IEnvelope extent)
Deprecated. The extent of the dataset represented by this document. |
void |
setHasChildren(boolean rhs1)
Deprecated. Indicates whether this folder has children. |
void |
setIndexStatus(int indexStatus)
Deprecated. Indicates whether this document is indexed on the server. |
void |
setIsFolder(boolean isFolder)
Deprecated. Indicates whether this metadata document is a folder. |
void |
setIsPrivateDocument(boolean isPrivate)
Deprecated. Indicates whether this metadata document is private. |
void |
setIsRoot(boolean isRoot)
Deprecated. Indicates whether this metadata document is the root document. |
void |
setMetadataURL(java.lang.String uRL)
Deprecated. URL of metadata document on server. |
void |
setOnlink(java.lang.String onlink)
Deprecated. The online linkage contained within this document. |
void |
setOwner(java.lang.String owner)
Deprecated. ArcIMS authenticated user owning metadata document. |
void |
setRefCount(int refCount)
Deprecated. The number of references to this document on the server. |
void |
setServer(java.lang.String server)
Deprecated. The URL of the ArcIMS server running the service represented by this document. |
void |
setService(java.lang.String service)
Deprecated. The name of the ArcIMS service represented by this document. |
void |
setThumbnailURL(java.lang.String uRL)
Deprecated. URL of thumbnail image on server. |
void |
setUserID(java.lang.String userID)
Deprecated. Unique id (UUID) of metadata document. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IRemoteMetadataProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IRemoteMetadataProxy()
public IRemoteMetadataProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IRemoteMetadataProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IRemoteMetadataProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setDataset(java.lang.String dataset)
throws java.io.IOException,
AutomationException
setDataset in interface IRemoteMetadatadataset - The dataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDataset()
throws java.io.IOException,
AutomationException
getDataset in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOwner(java.lang.String owner)
throws java.io.IOException,
AutomationException
setOwner in interface IRemoteMetadataowner - The owner (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOwner()
throws java.io.IOException,
AutomationException
getOwner in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserID(java.lang.String userID)
throws java.io.IOException,
AutomationException
setUserID in interface IRemoteMetadatauserID - The userID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getUserID()
throws java.io.IOException,
AutomationException
getUserID in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMetadataURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
setMetadataURL in interface IRemoteMetadatauRL - The uRL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMetadataURL()
throws java.io.IOException,
AutomationException
getMetadataURL in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThumbnailURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
setThumbnailURL in interface IRemoteMetadatauRL - The uRL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getThumbnailURL()
throws java.io.IOException,
AutomationException
getThumbnailURL in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject createChild(java.lang.String server,
java.lang.String service,
java.lang.String userName,
java.lang.String password,
boolean isFolder)
throws java.io.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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasChildren(boolean rhs1)
throws java.io.IOException,
AutomationException
setHasChildren in interface IRemoteMetadatarhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsFolder(boolean isFolder)
throws java.io.IOException,
AutomationException
setIsFolder in interface IRemoteMetadataisFolder - The isFolder (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFolder()
throws java.io.IOException,
AutomationException
isFolder in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsRoot(boolean isRoot)
throws java.io.IOException,
AutomationException
setIsRoot in interface IRemoteMetadataisRoot - The isRoot (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRoot()
throws java.io.IOException,
AutomationException
isRoot in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPrivateDocument(boolean isPrivate)
throws java.io.IOException,
AutomationException
setIsPrivateDocument in interface IRemoteMetadataisPrivate - The isPrivate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrivateDocument()
throws java.io.IOException,
AutomationException
isPrivateDocument in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void publishDatasets(IEnumName names)
throws java.io.IOException,
AutomationException
publishDatasets in interface IRemoteMetadatanames - A reference to a com.esri.arcgis.system.IEnumName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefCount(int refCount)
throws java.io.IOException,
AutomationException
setRefCount in interface IRemoteMetadatarefCount - The refCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRefCount()
throws java.io.IOException,
AutomationException
getRefCount in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtentByRef(IEnvelope extent)
throws java.io.IOException,
AutomationException
setExtentByRef in interface IRemoteMetadataextent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws java.io.IOException,
AutomationException
getExtent in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOnlink(java.lang.String onlink)
throws java.io.IOException,
AutomationException
setOnlink in interface IRemoteMetadataonlink - The onlink (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOnlink()
throws java.io.IOException,
AutomationException
getOnlink in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServer(java.lang.String server)
throws java.io.IOException,
AutomationException
setServer in interface IRemoteMetadataserver - The server (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getServer()
throws java.io.IOException,
AutomationException
getServer in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setService(java.lang.String service)
throws java.io.IOException,
AutomationException
setService in interface IRemoteMetadataservice - The service (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getService()
throws java.io.IOException,
AutomationException
getService in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getIndexStatus()
throws java.io.IOException,
AutomationException
getIndexStatus in interface IRemoteMetadatajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndexStatus(int indexStatus)
throws java.io.IOException,
AutomationException
setIndexStatus in interface IRemoteMetadataindexStatus - A com.esri.arcgis.gisclient.acIndexStatus constant (in)
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 | ||||||||