|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralFabric3
Provides access to members that control a cadastral fabric and its associated cadastral jobs.
Method Summary | |
---|---|
IXMLStream |
createCadastralPacket(IProjectedCoordinateSystem outputProjectedCoordSys,
IFIDSet planIDs,
ITrackCancel trackCancel)
Creates a cadastral packet without a linked job. |
IXMLStream |
extractCadastralPacket(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. |
Method Detail |
---|
IXMLStream createCadastralPacket(IProjectedCoordinateSystem outputProjectedCoordSys, IFIDSet planIDs, ITrackCancel trackCancel) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertCadastralPacket(ICadastralJob newCadastralJobDefinition, IXMLStream xMLStream, ITrackCancel cancelTracker, int ePacketSetting, IFIDSet[] insertedParcelOIDs) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IXMLStream extractCadastralPacket(String jobName, IProjectedCoordinateSystem outputProjectedCoordSys, ITrackCancel trackCancel, boolean includeWhiteSpace) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void postCadastralPacket(IXMLStream xMLStream, ITrackCancel cancelTracker, int ePacketSetting, IFIDSet[] insertedParcelOIDs) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |