com.esri.arcgis.carto
Interface ICadastralFabricSubLayer2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabricSubLayer, ICadastralFabricSubLayer2Proxy

public interface ICadastralFabricSubLayer2
extends java.io.Serializable

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

Description: 'Provides access to members that describe the 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 IID6d4ccaf7_4981_4bff_a019_8f395e69367e
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID6d4ccaf7_4981_4bff_a019_8f395e69367e

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

isHistoric

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

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

setHistoric

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

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

getParcelLayerType

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

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

setParcelLayerType

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

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

connectWithFabric

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

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