|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IErrorFeatureContainerProxy
public class IErrorFeatureContainerProxy
Provides access to members that return error features.
The IErrorFeatureContainer interface contains properties that can be used to return the error features associated with a Topology. Each property on IErrorFeatureContainer requires the spatial reference of the Topology.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IErrorFeatureContainerProxy()
|
|
IErrorFeatureContainerProxy(Object obj)
|
protected |
IErrorFeatureContainerProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
ITopologyErrorFeature |
getErrorFeature(ISpatialReference spatialReference,
int errorType,
int geometryType,
int originClassID,
int originOID,
int destinationClassID,
int destinationOID)
An error feature with that matches the passed in parameters. |
IEnumTopologyErrorFeature |
getErrorFeatures(ISpatialReference spatialReference,
ITopologyRule rule,
IEnvelope extent,
boolean errors,
boolean exceptions)
An enumeration of error features that match the passed in parameters. |
IEnumTopologyErrorFeature |
getErrorFeaturesByGeometryType(ISpatialReference spatialReference,
int geometryType,
boolean exceptions)
An enumeration of error features that match the passed in parameters. |
IEnumTopologyErrorFeature |
getErrorFeaturesByRuleType(ISpatialReference spatialReference,
int topologyRuleType,
IEnvelope extent,
boolean errors,
boolean exceptions)
An enumeration of error features that match the passed in parameters. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IErrorFeatureContainerProxy()
public IErrorFeatureContainerProxy(Object obj)
throws IOException
IOException
protected IErrorFeatureContainerProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public ITopologyErrorFeature getErrorFeature(ISpatialReference spatialReference,
int errorType,
int geometryType,
int originClassID,
int originOID,
int destinationClassID,
int destinationOID)
throws IOException,
AutomationException
getErrorFeature in interface IErrorFeatureContainerspatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)errorType - A com.esri.arcgis.geodatabase.esriTopologyRuleType constant (in)geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)originClassID - The originClassID (in)originOID - The originOID (in)destinationClassID - The destinationClassID (in)destinationOID - The destinationOID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumTopologyErrorFeature getErrorFeatures(ISpatialReference spatialReference,
ITopologyRule rule,
IEnvelope extent,
boolean errors,
boolean exceptions)
throws IOException,
AutomationException
getErrorFeatures in interface IErrorFeatureContainerspatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)rule - A reference to a com.esri.arcgis.geodatabase.ITopologyRule (in)extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)errors - The errors (in)exceptions - The exceptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumTopologyErrorFeature getErrorFeaturesByGeometryType(ISpatialReference spatialReference,
int geometryType,
boolean exceptions)
throws IOException,
AutomationException
getErrorFeaturesByGeometryType in interface IErrorFeatureContainerspatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)exceptions - The exceptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumTopologyErrorFeature getErrorFeaturesByRuleType(ISpatialReference spatialReference,
int topologyRuleType,
IEnvelope extent,
boolean errors,
boolean exceptions)
throws IOException,
AutomationException
getErrorFeaturesByRuleType in interface IErrorFeatureContainerspatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)topologyRuleType - A com.esri.arcgis.geodatabase.esriTopologyRuleType constant (in)extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)errors - The errors (in)exceptions - The exceptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||