|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalog.IMSGlobeSubServiceDescription
public class IMSGlobeSubServiceDescription
ArcIMS Globe Sub Service.
| Constructor Summary | |
|---|---|
IMSGlobeSubServiceDescription()
Constructs a IMSGlobeSubServiceDescription using ArcGIS Engine. |
|
IMSGlobeSubServiceDescription(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. IMSGlobeSubServiceDescription theIMSGlobeSubServiceDescription = (IMSGlobeSubServiceDescription) obj; |
|
| Method Summary | |
|---|---|
void |
attach(IGxObject parent,
IGxCatalog pCatalog)
Attaches the object to its parent and the catalog. |
void |
detach()
Instructs the object to detach itself from its parent and the catalog. |
boolean |
equals(Object o)
Compare this object with another |
String |
getBaseName()
The base name of the object (i.e. |
String |
getCategory()
The category of the object. |
IUID |
getClassID()
The class ID of this object. |
static String |
getClsid()
getClsid. |
IPropertySet |
getConnectionProperties()
True if the service is free. |
IUID |
getContextMenu()
The class ID of the context menu for this object. |
String |
getFullName()
The full name of the object. |
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. |
String |
getName()
The short name of the object. |
String |
getNameString()
The name string of the object. |
IUID |
getNewMenu()
The class ID of the New menu for this object. |
IGxObject |
getParent()
The parent of the object. |
String |
getParentName()
The name of the parent. |
Object |
getPassword()
Password for the specified service. |
int |
getSecurity()
Type of security set on the service. |
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. |
String |
getType()
The type of the layer. |
String |
getURL()
URL to ArcIMS server. |
String |
getUserName()
User name for the specified service. |
int |
hashCode()
the hashcode for this object |
boolean |
isPrivate()
Indicates if the service is private (requires password). |
boolean |
isSavePassword()
Indicates if the password should be saved. |
boolean |
isValid()
Indicates if the object is still valid. |
Object |
open()
Opens the object referred to by this name. |
void |
refresh()
Updates the object and any children of the object. |
void |
setConnectionProperties(IPropertySet connectionProperties)
True if the service is free. |
void |
setIsPrivate(boolean isPrivate)
Indicates if the service is private (requires password). |
void |
setName(String name)
Service Name. |
void |
setNameString(String nameString)
The name string of the object. |
void |
setParentName(String parent)
The name of the parent. |
void |
setPassword(String password)
Password for the specified service. |
void |
setSavePassword(boolean flag)
Indicates if the password should be saved. |
void |
setSecurity(int security)
Type of security set on the service. |
void |
setServiceType(int type)
Type of service. |
void |
setType(String type)
The type of the layer. |
void |
setURL(String uRL)
URL to ArcIMS server. |
void |
setUserName(String userName)
User name for the specified service. |
| 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 IMSGlobeSubServiceDescription()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public IMSGlobeSubServiceDescription(Object obj)
throws IOException
IMSGlobeSubServiceDescription theIMSGlobeSubServiceDescription = (IMSGlobeSubServiceDescription) obj;
obj to IMSGlobeSubServiceDescription.
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 IGxObjectIOException - 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 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 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 void setParentName(String parent)
throws IOException,
AutomationException
setParentName in interface IIMSGlobeSubServiceDescriptionparent - The parent (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getParentName()
throws IOException,
AutomationException
getParentName in interface IIMSGlobeSubServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(String type)
throws IOException,
AutomationException
setType in interface IIMSGlobeSubServiceDescriptiontype - The type (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getType()
throws IOException,
AutomationException
getType in interface IIMSGlobeSubServiceDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNameString(String nameString)
throws IOException,
AutomationException
The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.
setNameString in interface INamenameString - The nameString (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getNameString()
throws IOException,
AutomationException
The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.
getNameString in interface INameIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object open()
throws IOException,
AutomationException
The Open method lets you instantiate the actual object given the name object.
Note: Opening a feature class that participates in a topology or geometric network will also open all other feature classes participating in the topology or geometric network in memory.
IName pName = pFeatureClassName;
pFeatureClass = new IFeatureClassProxy(pName.open());
open in interface INameIOException - 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 | ||||||||