com.esri.arcgis.carto
Interface ICadastralFabricSubLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadastralFabricSubLayer

public interface ICadastralFabricSubLayer
extends Serializable

Indicator interface that identifies the cadastral fabric feature layer.

Product Availability

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


Method Summary
 ICadastralFabric getCadastralFabric()
          The parent cadastral fabric dataset.
 int getCadastralTableType()
          The type of cadastral feature layer.
 

Method Detail

getCadastralTableType

int getCadastralTableType()
                          throws IOException,
                                 AutomationException
The type of cadastral feature layer.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCadastralFabric

ICadastralFabric getCadastralFabric()
                                    throws IOException,
                                           AutomationException
The parent cadastral fabric dataset.

Product Availability

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

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