|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoteMetadataName
Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.
| Method Summary | |
|---|---|
String |
getDataset()
Name of metadata document on server. |
IEnvelope |
getExtent()
The extent of the dataset represented by this document. |
int |
getIndexStatus()
Indicates whether this document is indexed on the server. |
String |
getMetadataURL()
URL of metadata document on server. |
String |
getOnlink()
The online linkage contained within this document. |
String |
getOwner()
ArcIMS authenticated user owning metadata document. |
String |
getParentDataset()
Name of parent of metadata document on server. |
String |
getParentOwner()
ArcIMS authenticated user owning parent of metadata document. |
String |
getParentUserID()
Unique id (UUID) of parent of metadata document. |
int |
getRefCount()
The number of references to this document on the server. |
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. |
String |
getThumbnailURL()
URL of thumbnail image on server. |
String |
getUserID()
Unique id (UUID) of metadata document. |
boolean |
isFolder()
Indicates whether this metadata document is a folder. |
boolean |
isPrivateDocument()
Indicates whether this metadata document is private. |
boolean |
isRoot()
Indicates whether this metadata document is the root document. |
void |
setDataset(String pDataset)
Name of metadata document on server. |
void |
setExtentByRef(IEnvelope ppExtent)
The extent of the dataset represented by this document. |
void |
setIndexStatus(int pIndexStatus)
Indicates whether this document is indexed on the server. |
void |
setIsFolder(boolean pIsFolder)
Indicates whether this metadata document is a folder. |
void |
setIsPrivateDocument(boolean pIsPrivate)
Indicates whether this metadata document is private. |
void |
setIsRoot(boolean pIsRoot)
Indicates whether this metadata document is the root document. |
void |
setMetadataURL(String pUrl)
URL of metadata document on server. |
void |
setOnlink(String onlink)
The online linkage contained within this document. |
void |
setOwner(String pOwner)
ArcIMS authenticated user owning metadata document. |
void |
setParentDataset(String pDataset)
Name of parent of metadata document on server. |
void |
setParentOwner(String pOwner)
ArcIMS authenticated user owning parent of metadata document. |
void |
setParentUserID(String pUserID)
Unique id (UUID) of parent of metadata document. |
void |
setRefCount(int pRefCount)
The number of references to this document on the server. |
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 |
setThumbnailURL(String pUrl)
URL of thumbnail image on server. |
void |
setUserID(String pUserID)
Unique id (UUID) of metadata document. |
| Method Detail |
|---|
void setDataset(String pDataset)
throws IOException,
AutomationException
pDataset - The pDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDataset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOwner(String pOwner)
throws IOException,
AutomationException
pOwner - The pOwner (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getOwner()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUserID(String pUserID)
throws IOException,
AutomationException
pUserID - The pUserID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUserID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentDataset(String pDataset)
throws IOException,
AutomationException
pDataset - The pDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParentDataset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentOwner(String pOwner)
throws IOException,
AutomationException
pOwner - The pOwner (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParentOwner()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentUserID(String pUserID)
throws IOException,
AutomationException
pUserID - The pUserID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParentUserID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMetadataURL(String pUrl)
throws IOException,
AutomationException
pUrl - The pUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMetadataURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThumbnailURL(String pUrl)
throws IOException,
AutomationException
pUrl - The pUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getThumbnailURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsFolder(boolean pIsFolder)
throws IOException,
AutomationException
pIsFolder - The pIsFolder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFolder()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsRoot(boolean pIsRoot)
throws IOException,
AutomationException
pIsRoot - The pIsRoot (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRoot()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsPrivateDocument(boolean pIsPrivate)
throws IOException,
AutomationException
pIsPrivate - The pIsPrivate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPrivateDocument()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRefCount(int pRefCount)
throws IOException,
AutomationException
pRefCount - The pRefCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRefCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope ppExtent)
throws IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOnlink(String onlink)
throws IOException,
AutomationException
onlink - The onlink (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getOnlink()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServer(String server)
throws IOException,
AutomationException
server - The server (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getServer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setService(String service)
throws IOException,
AutomationException
service - The service (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getService()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIndexStatus()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexStatus(int pIndexStatus)
throws IOException,
AutomationException
pIndexStatus - A com.esri.arcgis.gisclient.acIndexStatus constant (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 | ||||||||