com.esri.arcgis.geodatabase
Class EnumFeatureGeometry

java.lang.Object
  extended by com.esri.arcgis.geodatabase.EnumFeatureGeometry
All Implemented Interfaces:
IEnumGeometryBind, IEnumGeometry, com.esri.arcgis.interop.RemoteObjRef, IClone, ISupportErrorInfo, java.io.Serializable

public class EnumFeatureGeometry
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IEnumGeometry, IEnumGeometryBind, IClone, ISupportErrorInfo

COM Class 'EnumFeatureGeometry'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'Esri enumerator for geometries of a feature class or selection set.' 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.geometry.IEnumGeometry
IID, IIDbd2503ef_dea7_11d0_867f_0000f8751720, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumGeometryBind
IID, IID3bb37818_5029_11d3_9f44_00c04f6bdd7f, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IClone
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Constructor Summary
EnumFeatureGeometry()
          Constructs a EnumFeatureGeometry using ArcGIS Engine.
EnumFeatureGeometry(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumFeatureGeometry theEnumFeatureGeometry = (EnumFeatureGeometry) obj;
 
Method Summary
 void assign(IClone src)
          Assigns the properties of src to the receiver.
 void bindGeometrySource(IQueryFilter outputFilter, java.lang.Object collectionSource)
          Bind the source of the geometry to the enumeration.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IClone esri_clone()
          Clones the receiver and assigns the result to *clone.
static java.lang.String getClsid()
          getClsid.
 int getCount()
          The number of geometries in the enumeration.
 void getGeometrySource(java.lang.Object[] geometrySource)
          The geometry source - either a feature class or a selection set.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 void getOutputFilter(IQueryFilter outputFilter)
          The query filter that was used to bind the geometry source.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 boolean isEqual(IClone other)
          Indicates if the receiver and other have the same properties.
 boolean isIdentical(IClone other)
          Indicates if the receiver and other are the same object.
 IGeometry next()
          Returns the next geometry in the enumeration.
 void release()
          Release a EnumFeatureGeometry.
 void reset()
          Starts the enumeration at the beginning.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumFeatureGeometry

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

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

EnumFeatureGeometry

public EnumFeatureGeometry(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumFeatureGeometry theEnumFeatureGeometry = (EnumFeatureGeometry) obj;

Construct a EnumFeatureGeometry using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EnumFeatureGeometry.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
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 EnumFeatureGeometry.

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

next

public IGeometry next()
               throws java.io.IOException,
                      AutomationException
Returns the next geometry in the enumeration.

Specified by:
next in interface IEnumGeometry
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Starts the enumeration at the beginning.

Specified by:
reset in interface IEnumGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
The number of geometries in the enumeration.

Specified by:
getCount in interface IEnumGeometry
Returns:
The geometryCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

bindGeometrySource

public void bindGeometrySource(IQueryFilter outputFilter,
                               java.lang.Object collectionSource)
                        throws java.io.IOException,
                               AutomationException
Bind the source of the geometry to the enumeration.

Specified by:
bindGeometrySource in interface IEnumGeometryBind
Parameters:
outputFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
collectionSource - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometrySource

public void getGeometrySource(java.lang.Object[] geometrySource)
                       throws java.io.IOException,
                              AutomationException
The geometry source - either a feature class or a selection set.

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

getOutputFilter

public void getOutputFilter(IQueryFilter outputFilter)
                     throws java.io.IOException,
                            AutomationException
The query filter that was used to bind the geometry source.

Specified by:
getOutputFilter in interface IEnumGeometryBind
Parameters:
outputFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

public IClone esri_clone()
                  throws java.io.IOException,
                         AutomationException
Clones the receiver and assigns the result to *clone.

Specified by:
esri_clone in interface IClone
Returns:
A reference to a com.esri.arcgis.system.IClone
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

assign

public void assign(IClone src)
            throws java.io.IOException,
                   AutomationException
Assigns the properties of src to the receiver.

Specified by:
assign in interface IClone
Parameters:
src - A reference to a com.esri.arcgis.system.IClone (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEqual

public boolean isEqual(IClone other)
                throws java.io.IOException,
                       AutomationException
Indicates if the receiver and other have the same properties.

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

isIdentical

public boolean isIdentical(IClone other)
                    throws java.io.IOException,
                           AutomationException
Indicates if the receiver and other are the same object.

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

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.