|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WCSConnectionName
public class WCSConnectionName
The WCS Connection name.
This object is new at ArcGIS 9.3.
Constructor Summary | |
---|---|
WCSConnectionName()
Constructs a WCSConnectionName using ArcGIS Engine. |
|
WCSConnectionName(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WCSConnectionName theWCSConnectionName = (WCSConnectionName) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IPropertySet |
getConnectionInfo()
Connection info about this connection. |
IPropertySet |
getConnectionProperties()
Connection properties that will be used to connect to the WCS server. |
String |
getNameString()
The name string of the object. |
int |
hashCode()
the hashcode for this object |
Object |
open()
Opens the object referred to by this name. |
Object |
openEx(ITrackCancel pTrackCancel)
Opens the WCS Connection. |
void |
setConnectionInfo(IPropertySet ppConnInfo)
Connection info about this connection. |
void |
setConnectionProperties(IPropertySet ppConnProps)
Connection properties that will be used to connect to the WCS server. |
void |
setNameString(String nameString)
The name string of the object. |
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 WCSConnectionName() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic WCSConnectionName(Object obj) throws IOException
WCSConnectionName theWCSConnectionName = (WCSConnectionName) obj;
obj
to WCSConnectionName
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setConnectionProperties(IPropertySet ppConnProps) throws IOException, AutomationException
setConnectionProperties
in interface IWCSConnectionName
ppConnProps
- 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 getConnectionProperties() throws IOException, AutomationException
getConnectionProperties
in interface IWCSConnectionName
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConnectionInfo(IPropertySet ppConnInfo) throws IOException, AutomationException
setConnectionInfo
in interface IWCSConnectionName
ppConnInfo
- 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 getConnectionInfo() throws IOException, AutomationException
getConnectionInfo
in interface IWCSConnectionName
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object openEx(ITrackCancel pTrackCancel) throws IOException, AutomationException
openEx
in interface IWCSConnectionName
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- 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 IName
nameString
- 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 IName
IOException
- 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 IName
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 |