public class EnumFeatureGeometry extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IEnumGeometry, IEnumGeometryBind, IClone, ISupportErrorInfo
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 =
IID, IIDbd2503ef_dea7_11d0_867f_0000f8751720, xxDummy
IID, IID3bb37818_5029_11d3_9f44_00c04f6bdd7f, xxDummy
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
Constructor and Description |
---|
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; |
Modifier and Type | Method and Description |
---|---|
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()
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.
|
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 this COM object reference
|
void |
reset()
Starts the enumeration at the beginning.
|
public EnumFeatureGeometry() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic EnumFeatureGeometry(java.lang.Object obj) throws java.io.IOException
EnumFeatureGeometry theEnumFeatureGeometry = (EnumFeatureGeometry) obj;
obj
to EnumFeatureGeometry
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic 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 IGeometry next() throws java.io.IOException, AutomationException
next
in interface IEnumGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IEnumGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IEnumGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void bindGeometrySource(IQueryFilter outputFilter, java.lang.Object collectionSource) throws java.io.IOException, AutomationException
bindGeometrySource
in interface IEnumGeometryBind
outputFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)collectionSource
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getGeometrySource(java.lang.Object[] geometrySource) throws java.io.IOException, AutomationException
getGeometrySource
in interface IEnumGeometryBind
geometrySource
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getOutputFilter(IQueryFilter outputFilter) throws java.io.IOException, AutomationException
getOutputFilter
in interface IEnumGeometryBind
outputFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IClone
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.