com.esri.arcgis.carto
Interface ICadastralFabricSubLayer2

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadastralFabricSubLayer

public interface ICadastralFabricSubLayer2
extends Serializable

Provides access to members that describe the layer.

Product Availability

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


Method Summary
 boolean connectWithFabric(ICadastralFabricName pFabricName)
          Connect sub layer using fabric name.
 int getParcelLayerType()
          Type of parcel layer.
 boolean isHistoric()
          Indicates if layer is Historic.
 void setHistoric(boolean historic)
          Indicates if layer is Historic.
 void setParcelLayerType(int eParcelType)
          Type of parcel layer.
 

Method Detail

isHistoric

boolean isHistoric()
                   throws IOException,
                          AutomationException
Indicates if layer is Historic.

Product Availability

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

Returns:
The historic
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistoric

void setHistoric(boolean historic)
                 throws IOException,
                        AutomationException
Indicates if layer is Historic.

Product Availability

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

Parameters:
historic - The historic (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParcelLayerType

int getParcelLayerType()
                       throws IOException,
                              AutomationException
Type of parcel layer.

Product Availability

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

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

setParcelLayerType

void setParcelLayerType(int eParcelType)
                        throws IOException,
                               AutomationException
Type of parcel layer.

Product Availability

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

Parameters:
eParcelType - A com.esri.arcgis.carto.esriCadastralParcelLayerType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connectWithFabric

boolean connectWithFabric(ICadastralFabricName pFabricName)
                          throws IOException,
                                 AutomationException
Connect sub layer using fabric name.

Product Availability

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

Parameters:
pFabricName - A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabricName (in)
Returns:
The pOk
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.