|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.CadastralFabricRegenerator
public class CadastralFabricRegenerator
Class for regenerating parcel fabric components.
Constructor Summary | |
---|---|
CadastralFabricRegenerator()
Constructs a CadastralFabricRegenerator using ArcGIS Engine. |
|
CadastralFabricRegenerator(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CadastralFabricRegenerator theCadastralFabricRegenerator = (CadastralFabricRegenerator) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
ICadastralFabric |
getCadastralFabric()
Store the Cadastral Fabric which is to be regenerated |
static String |
getClsid()
getClsid. |
int |
getRegeneratorBitmask()
Store the bitmask defining which operations are to be performed by the regenerator |
int |
hashCode()
the hashcode for this object |
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public CadastralFabricRegenerator() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CadastralFabricRegenerator(Object obj) throws IOException
CadastralFabricRegenerator theCadastralFabricRegenerator = (CadastralFabricRegenerator) obj;
obj
to CadastralFabricRegenerator
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setCadastralFabricByRef(ICadastralFabric ppCadastralFabric) throws IOException, AutomationException
setCadastralFabricByRef
in interface ICadastralFabricRegeneration
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.public ICadastralFabric getCadastralFabric() throws IOException, AutomationException
getCadastralFabric
in interface ICadastralFabricRegeneration
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRegeneratorBitmask(int pRegeneratorBitmask) throws IOException, AutomationException
setRegeneratorBitmask
in interface ICadastralFabricRegeneration
pRegeneratorBitmask
- The pRegeneratorBitmask (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRegeneratorBitmask() throws IOException, AutomationException
getRegeneratorBitmask
in interface ICadastralFabricRegeneration
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void regenerateParcels(IFIDSet pParcelsToRegenerate, boolean regeneratePoints, ITrackCancel pTrackCancel) throws IOException, AutomationException
regenerateParcels
in interface ICadastralFabricRegeneration
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.public void regenerateAllParcels(boolean regeneratePoints, ITrackCancel pTrackCancel) throws IOException, AutomationException
regenerateAllParcels
in interface ICadastralFabricRegeneration
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.public void regenerateControlPoints(IFIDSet pControlPointsToRegenerate, ITrackCancel pTrackCancel) throws IOException, AutomationException
regenerateControlPoints
in interface ICadastralFabricRegeneration
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.public void regenerateAllControlPoints(ITrackCancel pTrackCancel) throws IOException, AutomationException
regenerateAllControlPoints
in interface ICadastralFabricRegeneration
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.public void regenerateEntireFabric(ITrackCancel pTrackCancel) throws IOException, AutomationException
regenerateEntireFabric
in interface ICadastralFabricRegeneration
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.public void regenerateMissingPoints(ITrackCancel pTrackCancel) throws IOException, AutomationException
regenerateMissingPoints
in interface ICadastralFabricRegeneration
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 |