|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.CadastralFabricLayerEventsHelper
public class CadastralFabricLayerEventsHelper
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 |
---|
public CadastralFabricLayerEventsHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CadastralFabricLayerEventsHelper(Object obj) throws IOException
obj
to CadastralFabricLayerEventsHelper
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
CadastralFabricLayerEventsHelper theCadastralFabricLayerEventsHelper = (CadastralFabricLayerEventsHelper) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void cadastralSelectionChanged(ICadastralFabricLayerEventsCadastralSelectionChangedEvent theEvent) throws IOException, AutomationException
Fired when the selection is changed for the CadastralFabricLayer.
cadastralSelectionChanged
in interface ICadastralFabricLayerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectParcelsChanged(ICadastralFabricLayerEventsSelectParcelsChangedEvent theEvent) throws IOException, AutomationException
Fired when the parcels designated for the current cadastral job is changed.
selectParcelsChanged
in interface ICadastralFabricLayerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectControlPointsChanged(ICadastralFabricLayerEventsSelectControlPointsChangedEvent theEvent) throws IOException, AutomationException
Fired when the control points designated for the current cadastral job is changed.
selectControlPointsChanged
in interface ICadastralFabricLayerEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |