com.esri.arcgis.carto
Interface ICadastralFabricSelection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabricLayer, ICadastralFabricSelectionProxy

public interface ICadastralFabricSelection
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4f28703c_e2b3_4ef8_919c_34c90059d507
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clearControlPointsInJobList()
          Clear Control points currently selected for cadastral job list.
 void clearParcelsInJobList(int parcelType)
          Clear Parcels currently selected for cadastral job list.
 void clearSelection(int cadastralFeature)
          Clear currently selected cadastral features.
 IFeatureIDSet getControlPointSet()
          The control points designated for the current cadastral job.
 ISimpleMarkerSymbol getControlPointSymbol()
          The designated control point symbol.
 IFeatureIDSet getParcelSet(int parcelType)
          The parcels designated for the current cadastral job.
 ISimpleFillSymbol getParcelSymbol(int parcelType)
          The designated Parcels symbol.
 void selectCadastralFeatures(IQueryFilter queryFilter, int cadastralFeature, boolean xORToExistingSelection)
          Select cadastral features based upon the search criteria.
 void setControlPointSet(IFeatureIDSet featureIDSet)
          The control points designated for the current cadastral job.
 void setControlPointSymbol(ISimpleMarkerSymbol symbol)
          The designated control point symbol.
 void setParcelSet(int parcelType, IFeatureIDSet featureIDSet)
          The parcels designated for the current cadastral job.
 void setParcelSymbol(int parcelType, ISimpleFillSymbol symbol)
          The designated Parcels symbol.
 

Field Detail

IID4f28703c_e2b3_4ef8_919c_34c90059d507

static final int IID4f28703c_e2b3_4ef8_919c_34c90059d507
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

selectCadastralFeatures

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

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

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

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

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

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

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

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

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

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

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearParcelsInJobList

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

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

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

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

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

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

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

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

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

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.