com.esri.arcgis.geodatabase
Class Objects

java.lang.Object
  extended by com.esri.arcgis.geodatabase.Objects
All Implemented Interfaces:
IObjects, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class Objects
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IObjects

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 =

See Also:
Serialized Form

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

Objects

public Objects()
        throws java.io.IOException,
               java.net.UnknownHostException
Constructs a Objects using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

Objects

public Objects(java.lang.Object obj)
        throws java.io.IOException
Construct a Objects using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to Objects.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems Objects theObjects = (Objects) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a Objects.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

count

public int count(IUID classFilter)
          throws java.io.IOException,
                 AutomationException
The number of objects in the array that belong to a specific class.

Specified by:
count in interface IObjects
Parameters:
classFilter - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

public void insert(int index,
                   java.lang.Object object,
                   IUID cLSID)
            throws java.io.IOException,
                   AutomationException
Insert object into the array at the given index.

Specified by:
insert in interface IObjects
Parameters:
index - The index (in)
object - A reference to another Object (IUnknown) (in)
cLSID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index,
                   int count)
            throws java.io.IOException,
                   AutomationException
Removes 'count' number of objects from the array starting at the given index.

Specified by:
remove in interface IObjects
Parameters:
index - The index (in)
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

get

public java.lang.Object get(int index)
                     throws java.io.IOException,
                            AutomationException
Retrieves an object from the array by index.

Specified by:
get in interface IObjects
Parameters:
index - The index (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set

public java.lang.Object set(int index,
                            java.lang.Object object,
                            IUID cLSID)
                     throws java.io.IOException,
                            AutomationException
Add an object at the given index replacing the existing object, which is returned.

Specified by:
set in interface IObjects
Parameters:
index - The index (in)
object - A reference to another Object (IUnknown) (in)
cLSID - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.