|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.EnumFeatureGeometry
ESRI enumerator for geometries of a feature class or selection set.
| 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. |
|
| 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. |
IClone |
getAsIClone()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IEnumGeometry |
getAsIEnumGeometry()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IEnumGeometryBind |
getAsIEnumGeometryBind()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
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. |
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)
Supported Platforms |
boolean |
isEqual(IClone other)
Returns TRUE when the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Returns TRUE when the receiver and other are the same object. |
IGeometry |
next()
Returns the next geometry in the enumeration. |
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 |
public EnumFeatureGeometry()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public EnumFeatureGeometry(java.lang.Object obj)
throws java.io.IOException
obj to EnumFeatureGeometry. EnumFeatureGeometry theEnumFeatureGeometry = (EnumFeatureGeometry) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IEnumGeometry getAsIEnumGeometry()
public IEnumGeometryBind getAsIEnumGeometryBind()
public IClone getAsIClone()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public IGeometry next()
throws java.io.IOException,
AutomationException
IEnumGeometryReturns the Next Geometry part from the current enumeration location.
next in interface IEnumGeometryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
IEnumGeometryResets the current enumeration location to the null pointer at the beginning of the enumeration such that the Next Geometry is the first Geometry part in the enumeration.
reset in interface IEnumGeometryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws java.io.IOException,
AutomationException
IEnumGeometryReturns the number of distinct geometry parts in the enumeration. This count is the same as the count returned by GeometryCount in a GeometryCollection.
getCount in interface IEnumGeometryjava.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
IEnumGeometryBind
bindGeometrySource in interface IEnumGeometryBindoutputFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)collectionSource - A reference to another Object (IUnknown) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getGeometrySource(java.lang.Object[] geometrySource)
throws java.io.IOException,
AutomationException
IEnumGeometryBind
getGeometrySource in interface IEnumGeometryBindgeometrySource - A reference to another Object (IUnknown) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getOutputFilter(IQueryFilter outputFilter)
throws java.io.IOException,
AutomationException
IEnumGeometryBind
getOutputFilter in interface IEnumGeometryBindoutputFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
IClone
esri_clone in interface IClonejava.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
IClone
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
IClone
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
IClone
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||