com.esri.arcgis.carto
Interface ICadastralFabricLayer

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

public interface ICadastralFabricLayer
extends java.io.Serializable

COM Interface 'ICadastralFabricLayer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the cadastral fabric layer.' 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 IID7f1ab670_5ca9_44d1_b42d_12aa868fc757
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICadastralFabric getCadastralFabric()
          The layer's CadastralFabric.
 IFeatureLayer getCadastralSubLayer(int layerType)
          The sub-layer for the renderer type past.
 IFeatureIDSet searchCadastralFeatures(IQueryFilter queryFilter, int cadastralFeature)
          Creates a FeatureIDSet based upon the search criteria.
 void setCadastralFabricByRef(ICadastralFabric cadastralFabric)
          The layer's CadastralFabric.
 

Field Detail

IID7f1ab670_5ca9_44d1_b42d_12aa868fc757

static final int IID7f1ab670_5ca9_44d1_b42d_12aa868fc757
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

setCadastralFabricByRef

void setCadastralFabricByRef(ICadastralFabric cadastralFabric)
                             throws java.io.IOException,
                                    AutomationException
The layer's CadastralFabric.

Parameters:
cadastralFabric - A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCadastralFabric

ICadastralFabric getCadastralFabric()
                                    throws java.io.IOException,
                                           AutomationException
The layer's CadastralFabric.

Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchCadastralFeatures

IFeatureIDSet searchCadastralFeatures(IQueryFilter queryFilter,
                                      int cadastralFeature)
                                      throws java.io.IOException,
                                             AutomationException
Creates a FeatureIDSet 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)
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.

getCadastralSubLayer

IFeatureLayer getCadastralSubLayer(int layerType)
                                   throws java.io.IOException,
                                          AutomationException
The sub-layer for the renderer type past.

Parameters:
layerType - A com.esri.arcgis.carto.esriCadastralFabricRenderer constant (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.