|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgUserAttributeSets
public class NgUserAttributeSets
User-attributes sets collection object.
| Constructor Summary | |
|---|---|
NgUserAttributeSets()
Constructs a NgUserAttributeSets using ArcGIS Engine. |
|
NgUserAttributeSets(Object obj)
Construct a NgUserAttributeSets using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
add(INgUserAttributeSet item)
Adds a new user-attribute set in the collection. |
void |
clear()
Removes all the user-attribute sets from the collection. |
boolean |
equals(Object o)
Compare this object with another |
Enumeration |
get_NewEnum()
Retrieves an IEnumVariant interface that enumerates the collection's content. |
static String |
getClsid()
getClsid. |
int |
getCount()
Number of user-attribute sets in the collection. |
INgUserAttributeSet |
getItem(int index)
The user-attribute set 'index' item in the collection. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
remove(int index)
Removes the user-attribute set 'index' item from the collection. |
| 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 NgUserAttributeSets()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NgUserAttributeSets(Object obj)
throws IOException
obj to NgUserAttributeSets.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgUserAttributeSets theNgUserAttributeSets = (NgUserAttributeSets) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public Enumeration get_NewEnum()
throws IOException,
AutomationException
get_NewEnum in interface INgUserAttributeSetsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgUserAttributeSet getItem(int index)
throws IOException,
AutomationException
getItem in interface INgUserAttributeSetsindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface INgUserAttributeSetsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(INgUserAttributeSet item)
throws IOException,
AutomationException
add in interface INgUserAttributeSetsitem - A reference to a com.esri.arcgis.schematic.INgUserAttributeSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(int index)
throws IOException,
AutomationException
remove in interface INgUserAttributeSetsindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clear()
throws IOException,
AutomationException
clear in interface INgUserAttributeSetsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||