com.esri.arcgis.carto
Class ICadastralFabricSelectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ICadastralFabricSelectionProxy
All Implemented Interfaces:
ICadastralFabricSelection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ICadastralFabricSelection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the selection of cadastral features to designate to a cadastral job.' 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 =

public class ICadastralFabricSelectionProxy
extends com.esri.arcgis.interop.Dispatch
implements ICadastralFabricSelection, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.ICadastralFabricSelection
IID, IID4f28703c_e2b3_4ef8_919c_34c90059d507
 
Constructor Summary
  ICadastralFabricSelectionProxy()
          Deprecated. For internal use only
  ICadastralFabricSelectionProxy(java.lang.Object obj)
          Deprecated.  
protected ICadastralFabricSelectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ICadastralFabricSelectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ICadastralFabricSelectionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearControlPointsInJobList()
          Deprecated. Clear Control points currently selected for cadastral job list.
 void clearParcelsInJobList(int parcelType)
          Deprecated. Clear Parcels currently selected for cadastral job list.
 void clearSelection(int cadastralFeature)
          Deprecated. Clear currently selected cadastral features.
 IFeatureIDSet getControlPointSet()
          Deprecated. The control points designated for the current cadastral job.
 ISimpleMarkerSymbol getControlPointSymbol()
          Deprecated. The designated control point symbol.
 IFeatureIDSet getParcelSet(int parcelType)
          Deprecated. The parcels designated for the current cadastral job.
 ISimpleFillSymbol getParcelSymbol(int parcelType)
          Deprecated. The designated Parcels symbol.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void selectCadastralFeatures(IQueryFilter queryFilter, int cadastralFeature, boolean xORToExistingSelection)
          Deprecated. Select cadastral features based upon the search criteria.
 void setControlPointSet(IFeatureIDSet featureIDSet)
          Deprecated. The control points designated for the current cadastral job.
 void setControlPointSymbol(ISimpleMarkerSymbol symbol)
          Deprecated. The designated control point symbol.
 void setParcelSet(int parcelType, IFeatureIDSet featureIDSet)
          Deprecated. The parcels designated for the current cadastral job.
 void setParcelSymbol(int parcelType, ISimpleFillSymbol symbol)
          Deprecated. The designated Parcels symbol.
 
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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ICadastralFabricSelectionProxy

public ICadastralFabricSelectionProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ICadastralFabricSelectionProxy

public ICadastralFabricSelectionProxy()
Deprecated. 
For internal use only


ICadastralFabricSelectionProxy

public ICadastralFabricSelectionProxy(java.lang.Object obj)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadastralFabricSelectionProxy

protected ICadastralFabricSelectionProxy(java.lang.Object obj,
                                         java.lang.String iid)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadastralFabricSelectionProxy

protected ICadastralFabricSelectionProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

selectCadastralFeatures

public void selectCadastralFeatures(IQueryFilter queryFilter,
                                    int cadastralFeature,
                                    boolean xORToExistingSelection)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Select cadastral features based upon the search criteria.

Specified by:
selectCadastralFeatures in interface ICadastralFabricSelection
Parameters:
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
cadastralFeature - A com.esri.arcgis.carto.esriCadastralFeature constant (in)
xORToExistingSelection - The xORToExistingSelection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearSelection

public void clearSelection(int cadastralFeature)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Clear currently selected cadastral features.

Specified by:
clearSelection in interface ICadastralFabricSelection
Parameters:
cadastralFeature - A com.esri.arcgis.carto.esriCadastralFeature constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParcelSet

public IFeatureIDSet getParcelSet(int parcelType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The parcels designated for the current cadastral job.

Specified by:
getParcelSet in interface ICadastralFabricSelection
Parameters:
parcelType - A com.esri.arcgis.carto.esriCadastralParcelType constant (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParcelSet

public void setParcelSet(int parcelType,
                         IFeatureIDSet featureIDSet)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The parcels designated for the current cadastral job.

Specified by:
setParcelSet in interface ICadastralFabricSelection
Parameters:
parcelType - A com.esri.arcgis.carto.esriCadastralParcelType constant (in)
featureIDSet - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getControlPointSet

public IFeatureIDSet getControlPointSet()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The control points designated for the current cadastral job.

Specified by:
getControlPointSet in interface ICadastralFabricSelection
Returns:
A reference to a com.esri.arcgis.carto.IFeatureIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlPointSet

public void setControlPointSet(IFeatureIDSet featureIDSet)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The control points designated for the current cadastral job.

Specified by:
setControlPointSet in interface ICadastralFabricSelection
Parameters:
featureIDSet - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearControlPointsInJobList

public void clearControlPointsInJobList()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Clear Control points currently selected for cadastral job list.

Specified by:
clearControlPointsInJobList in interface ICadastralFabricSelection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearParcelsInJobList

public void clearParcelsInJobList(int parcelType)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Clear Parcels currently selected for cadastral job list.

Specified by:
clearParcelsInJobList in interface ICadastralFabricSelection
Parameters:
parcelType - A com.esri.arcgis.carto.esriCadastralParcelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParcelSymbol

public ISimpleFillSymbol getParcelSymbol(int parcelType)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The designated Parcels symbol.

Specified by:
getParcelSymbol in interface ICadastralFabricSelection
Parameters:
parcelType - A com.esri.arcgis.carto.esriCadastralParcelType constant (in)
Returns:
A reference to a com.esri.arcgis.display.ISimpleFillSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParcelSymbol

public void setParcelSymbol(int parcelType,
                            ISimpleFillSymbol symbol)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The designated Parcels symbol.

Specified by:
setParcelSymbol in interface ICadastralFabricSelection
Parameters:
parcelType - A com.esri.arcgis.carto.esriCadastralParcelType constant (in)
symbol - A reference to a com.esri.arcgis.display.ISimpleFillSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getControlPointSymbol

public ISimpleMarkerSymbol getControlPointSymbol()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The designated control point symbol.

Specified by:
getControlPointSymbol in interface ICadastralFabricSelection
Returns:
A reference to a com.esri.arcgis.display.ISimpleMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlPointSymbol

public void setControlPointSymbol(ISimpleMarkerSymbol symbol)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The designated control point symbol.

Specified by:
setControlPointSymbol in interface ICadastralFabricSelection
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISimpleMarkerSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.