com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabric3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabric, ICadastralFabric3Proxy

public interface ICadastralFabric3
extends java.io.Serializable

COM Interface 'ICadastralFabric3'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that control a cadastral fabric and its associated cadastral jobs.' 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 IID5afce645_3c35_4a29_97d6_36c7524ee750
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IXMLStream createCadastralPacket(IProjectedCoordinateSystem outputProjectedCoordSys, IFIDSet planIDs, ITrackCancel trackCancel)
          Creates a cadastral packet without a linked job.
 IXMLStream extractCadastralPacket(java.lang.String jobName, IProjectedCoordinateSystem outputProjectedCoordSys, ITrackCancel trackCancel, boolean includeWhiteSpace)
          Creates/Extracts a cadastral packet for the specified job.
 void insertCadastralPacket(ICadastralJob newCadastralJobDefinition, IXMLStream xMLStream, ITrackCancel cancelTracker, int ePacketSetting, IFIDSet[] insertedParcelOIDs)
          Saves the cadastral packet and creates a new job if there are new parcels..
 void postCadastralPacket(IXMLStream xMLStream, ITrackCancel cancelTracker, int ePacketSetting, IFIDSet[] insertedParcelOIDs)
          Saves the cadastral packet for the job.
 

Field Detail

IID5afce645_3c35_4a29_97d6_36c7524ee750

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

createCadastralPacket

IXMLStream createCadastralPacket(IProjectedCoordinateSystem outputProjectedCoordSys,
                                 IFIDSet planIDs,
                                 ITrackCancel trackCancel)
                                 throws java.io.IOException,
                                        AutomationException
Creates a cadastral packet without a linked job.

Parameters:
outputProjectedCoordSys - A reference to a com.esri.arcgis.geometry.IProjectedCoordinateSystem (in)
planIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to a com.esri.arcgis.system.IXMLStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertCadastralPacket

void insertCadastralPacket(ICadastralJob newCadastralJobDefinition,
                           IXMLStream xMLStream,
                           ITrackCancel cancelTracker,
                           int ePacketSetting,
                           IFIDSet[] insertedParcelOIDs)
                           throws java.io.IOException,
                                  AutomationException
Saves the cadastral packet and creates a new job if there are new parcels..

Parameters:
newCadastralJobDefinition - A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralJob (in)
xMLStream - A reference to a com.esri.arcgis.system.IXMLStream (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
ePacketSetting - A com.esri.arcgis.geodatabaseextensions.esriCadastralPacketSetting constant (in)
insertedParcelOIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractCadastralPacket

IXMLStream extractCadastralPacket(java.lang.String jobName,
                                  IProjectedCoordinateSystem outputProjectedCoordSys,
                                  ITrackCancel trackCancel,
                                  boolean includeWhiteSpace)
                                  throws java.io.IOException,
                                         AutomationException
Creates/Extracts a cadastral packet for the specified job.

Parameters:
jobName - The jobName (in)
outputProjectedCoordSys - A reference to a com.esri.arcgis.geometry.IProjectedCoordinateSystem (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
includeWhiteSpace - The includeWhiteSpace (in)
Returns:
A reference to a com.esri.arcgis.system.IXMLStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

postCadastralPacket

void postCadastralPacket(IXMLStream xMLStream,
                         ITrackCancel cancelTracker,
                         int ePacketSetting,
                         IFIDSet[] insertedParcelOIDs)
                         throws java.io.IOException,
                                AutomationException
Saves the cadastral packet for the job.

Parameters:
xMLStream - A reference to a com.esri.arcgis.system.IXMLStream (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
ePacketSetting - A com.esri.arcgis.geodatabaseextensions.esriCadastralPacketSetting constant (in)
insertedParcelOIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.