|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.Objects
public class Objects
COM Class 'Objects'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'The Objects CoClass.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.IObjects |
---|
IID, IIDabab1c4b_49a8_11d1_9aa6_080009ec734b, xxDummy |
Constructor Summary | |
---|---|
Objects()
Constructs a Objects using ArcGIS Engine. |
|
Objects(java.lang.Object obj)
Construct a Objects using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
int |
count(IUID classFilter)
The number of objects in the array that belong to a specific class. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.Object |
get(int index)
Retrieves an object from the array by index. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
insert(int index,
java.lang.Object object,
IUID cLSID)
Insert object into the array at the given index. |
void |
release()
Release a Objects. |
void |
remove(int index,
int count)
Removes 'count' number of objects from the array starting at the given index. |
java.lang.Object |
set(int index,
java.lang.Object object,
IUID cLSID)
Add an object at the given index replacing the existing object, which is returned. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Objects() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic Objects(java.lang.Object obj) throws java.io.IOException
obj
to Objects
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
Objects theObjects = (Objects) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int count(IUID classFilter) throws java.io.IOException, AutomationException
count
in interface IObjects
classFilter
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int index, java.lang.Object object, IUID cLSID) throws java.io.IOException, AutomationException
insert
in interface IObjects
index
- The index (in)object
- A reference to another Object (IUnknown) (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index, int count) throws java.io.IOException, AutomationException
remove
in interface IObjects
index
- The index (in)count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object get(int index) throws java.io.IOException, AutomationException
get
in interface IObjects
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object set(int index, java.lang.Object object, IUID cLSID) throws java.io.IOException, AutomationException
set
in interface IObjects
index
- The index (in)object
- A reference to another Object (IUnknown) (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (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 |