com.esri.arcgis.carto
Class CadastralFabricLayerEventsHelper

java.lang.Object
  extended by com.esri.arcgis.carto.CadastralFabricLayerEventsHelper
All Implemented Interfaces:
ICadastralFabricLayerEvents, com.esri.arcgis.interop.RemoteObjRef, Serializable, EventListener

public class CadastralFabricLayerEventsHelper
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ICadastralFabricLayerEvents

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
CadastralFabricLayerEventsHelper()
          Constructs a CadastralFabricLayerEventsHelper using ArcGIS Engine.
CadastralFabricLayerEventsHelper(Object obj)
          Construct a CadastralFabricLayerEventsHelper using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent)
          Fired when selection changed for the CadastralFabricLayer.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent)
          Fired when select point changed for the CadastralFabricLayer.
 void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent)
          Fired when select parcel changed for the CadastralFabricLayer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

CadastralFabricLayerEventsHelper

public CadastralFabricLayerEventsHelper()
                                 throws IOException,
                                        UnknownHostException
Constructs a CadastralFabricLayerEventsHelper using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

CadastralFabricLayerEventsHelper

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

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems CadastralFabricLayerEventsHelper theCadastralFabricLayerEventsHelper = (CadastralFabricLayerEventsHelper) obj;
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

cadastralSelectionChanged

public void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent)
                               throws IOException,
                                      AutomationException
Fired when selection changed for the CadastralFabricLayer.

Remarks

Fired when the selection is changed for the CadastralFabricLayer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
cadastralSelectionChanged in interface ICadastralFabricLayerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectParcelsChanged

public void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent)
                          throws IOException,
                                 AutomationException
Fired when select parcel changed for the CadastralFabricLayer.

Remarks

Fired when the parcels designated for the current cadastral job is changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
selectParcelsChanged in interface ICadastralFabricLayerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectControlPointsChanged

public void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent)
                                throws IOException,
                                       AutomationException
Fired when select point changed for the CadastralFabricLayer.

Remarks

Fired when the control points designated for the current cadastral job is changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
selectControlPointsChanged in interface ICadastralFabricLayerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.