|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralFabricRegeneration
COM Interface 'ICadastralFabricRegeneration'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to members which regenerate the features of an existing parcel fabric' 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 |
IID98319c51_d6cf_45c9_b8e7_0cae17d55476
|
static int |
xxDummy
Deprecated. Internal use only |
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 |
Field Detail |
---|
static final int IID98319c51_d6cf_45c9_b8e7_0cae17d55476
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setCadastralFabricByRef(ICadastralFabric ppCadastralFabric) throws java.io.IOException, AutomationException
ppCadastralFabric
- A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICadastralFabric getCadastralFabric() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRegeneratorBitmask(int pRegeneratorBitmask) throws java.io.IOException, AutomationException
pRegeneratorBitmask
- The pRegeneratorBitmask (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRegeneratorBitmask() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateParcels(IFIDSet pParcelsToRegenerate, boolean regeneratePoints, ITrackCancel pTrackCancel) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateAllParcels(boolean regeneratePoints, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
regeneratePoints
- The regeneratePoints (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateControlPoints(IFIDSet pControlPointsToRegenerate, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pControlPointsToRegenerate
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateAllControlPoints(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateEntireFabric(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void regenerateMissingPoints(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.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 |