|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralFabricRegeneration
Provides access to members which regenerate the features of an existing parcel fabric
Method Summary | |
---|---|
ICadastralFabric |
getCadastralFabric()
Store the Cadastral Fabric which is to be regenerated |
int |
getRegeneratorBitmask()
Store the bitmask defining which operations are to be performed by the regenerator |
void |
regenerateAllControlPoints(ITrackCancel pTrackCancel)
Regenerate the geometries of all control points in the fabric. |
void |
regenerateAllParcels(boolean regeneratePoints,
ITrackCancel pTrackCancel)
Regenerate the geometries of all parcels, lines and linepoints in the fabric. |
void |
regenerateControlPoints(IFIDSet pControlPointsToRegenerate,
ITrackCancel pTrackCancel)
Regenerate the geometries associated with the input control point ID set. |
void |
regenerateEntireFabric(ITrackCancel pTrackCancel)
Regenerate the geometries of the entire fabric. |
void |
regenerateMissingPoints(ITrackCancel pTrackCancel)
Regenerate point features which have been removed from the database. |
void |
regenerateParcels(IFIDSet pParcelsToRegenerate,
boolean regeneratePoints,
ITrackCancel pTrackCancel)
Regenerate the geometries of parcels, lines and linepoints associated with the input parcel ID set. |
void |
setCadastralFabricByRef(ICadastralFabric ppCadastralFabric)
Store the Cadastral Fabric which is to be regenerated |
void |
setRegeneratorBitmask(int pRegeneratorBitmask)
Store the bitmask defining which operations are to be performed by the regenerator |
Method Detail |
---|
void setCadastralFabricByRef(ICadastralFabric ppCadastralFabric) throws IOException, AutomationException
ppCadastralFabric
- A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICadastralFabric getCadastralFabric() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRegeneratorBitmask(int pRegeneratorBitmask) throws IOException, AutomationException
pRegeneratorBitmask
- The pRegeneratorBitmask (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRegeneratorBitmask() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateParcels(IFIDSet pParcelsToRegenerate, boolean regeneratePoints, ITrackCancel pTrackCancel) throws IOException, AutomationException
pParcelsToRegenerate
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)regeneratePoints
- The regeneratePoints (in)pTrackCancel
- 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 regenerateAllParcels(boolean regeneratePoints, ITrackCancel pTrackCancel) throws IOException, AutomationException
regeneratePoints
- The regeneratePoints (in)pTrackCancel
- 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 regenerateControlPoints(IFIDSet pControlPointsToRegenerate, ITrackCancel pTrackCancel) throws IOException, AutomationException
pControlPointsToRegenerate
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pTrackCancel
- 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 regenerateAllControlPoints(ITrackCancel pTrackCancel) throws IOException, AutomationException
pTrackCancel
- 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 regenerateEntireFabric(ITrackCancel pTrackCancel) throws IOException, AutomationException
pTrackCancel
- 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 regenerateMissingPoints(ITrackCancel pTrackCancel) throws IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 |