public class Objects extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IObjects
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 =
IID, IIDabab1c4b_49a8_11d1_9aa6_080009ec734b, xxDummy
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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 this COM object reference
|
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.
|
public Objects() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.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 Serverjava.io.IOException
- if there are interop problems
Objects theObjects = (Objects) obj;
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.