com.esri.arcgis.geodatabaseextensions
Class ICadastralFabricRegenerationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ICadastralFabricRegenerationProxy
All Implemented Interfaces:
ICadastralFabricRegeneration, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class ICadastralFabricRegenerationProxy
extends com.esri.arcgis.interop.Dispatch
implements ICadastralFabricRegeneration, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ICadastralFabricRegeneration
IID, IID98319c51_d6cf_45c9_b8e7_0cae17d55476
 
Constructor Summary
  ICadastralFabricRegenerationProxy()
          Deprecated. For internal use only
  ICadastralFabricRegenerationProxy(java.lang.Object obj)
          Deprecated.  
protected ICadastralFabricRegenerationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ICadastralFabricRegenerationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ICadastralFabricRegenerationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 ICadastralFabric getCadastralFabric()
          Deprecated. Store the Cadastral Fabric which is to be regenerated
 int getRegeneratorBitmask()
          Deprecated. Store the bitmask defining which operations are to be performed by the regenerator
 void regenerateAllControlPoints(ITrackCancel pTrackCancel)
          Deprecated. Regenerate the geometries of all control points in the fabric.
 void regenerateAllParcels(boolean regeneratePoints, ITrackCancel pTrackCancel)
          Deprecated. Regenerate the geometries of all parcels, lines and linepoints in the fabric.
 void regenerateControlPoints(IFIDSet pControlPointsToRegenerate, ITrackCancel pTrackCancel)
          Deprecated. Regenerate the geometries associated with the input control point ID set.
 void regenerateEntireFabric(ITrackCancel pTrackCancel)
          Deprecated. Regenerate the geometries of the entire fabric.
 void regenerateMissingPoints(ITrackCancel pTrackCancel)
          Deprecated. Regenerate point features which have been removed from the database.
 void regenerateParcels(IFIDSet pParcelsToRegenerate, boolean regeneratePoints, ITrackCancel pTrackCancel)
          Deprecated. Regenerate the geometries of parcels, lines and linepoints associated with the input parcel ID set.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCadastralFabricByRef(ICadastralFabric ppCadastralFabric)
          Deprecated. Store the Cadastral Fabric which is to be regenerated
 void setRegeneratorBitmask(int pRegeneratorBitmask)
          Deprecated. Store the bitmask defining which operations are to be performed by the regenerator
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ICadastralFabricRegenerationProxy

public ICadastralFabricRegenerationProxy(java.lang.String CLSID,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.net.UnknownHostException,
                                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ICadastralFabricRegenerationProxy

public ICadastralFabricRegenerationProxy()
Deprecated. 
For internal use only


ICadastralFabricRegenerationProxy

public ICadastralFabricRegenerationProxy(java.lang.Object obj)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadastralFabricRegenerationProxy

protected ICadastralFabricRegenerationProxy(java.lang.Object obj,
                                            java.lang.String iid)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadastralFabricRegenerationProxy

protected ICadastralFabricRegenerationProxy(java.lang.String CLSID,
                                            java.lang.String iid,
                                            java.lang.String host,
                                            com.esri.arcgis.interop.AuthInfo authInfo)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCadastralFabricByRef

public void setCadastralFabricByRef(ICadastralFabric ppCadastralFabric)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Store the Cadastral Fabric which is to be regenerated

Specified by:
setCadastralFabricByRef in interface ICadastralFabricRegeneration
Parameters:
ppCadastralFabric - A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCadastralFabric

public ICadastralFabric getCadastralFabric()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Store the Cadastral Fabric which is to be regenerated

Specified by:
getCadastralFabric in interface ICadastralFabricRegeneration
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRegeneratorBitmask

public void setRegeneratorBitmask(int pRegeneratorBitmask)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Store the bitmask defining which operations are to be performed by the regenerator

Specified by:
setRegeneratorBitmask in interface ICadastralFabricRegeneration
Parameters:
pRegeneratorBitmask - The pRegeneratorBitmask (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRegeneratorBitmask

public int getRegeneratorBitmask()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Store the bitmask defining which operations are to be performed by the regenerator

Specified by:
getRegeneratorBitmask in interface ICadastralFabricRegeneration
Returns:
The pRegeneratorBitmask
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

regenerateParcels

public void regenerateParcels(IFIDSet pParcelsToRegenerate,
                              boolean regeneratePoints,
                              ITrackCancel pTrackCancel)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Regenerate the geometries of parcels, lines and linepoints associated with the input parcel ID set.

Specified by:
regenerateParcels in interface ICadastralFabricRegeneration
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

regenerateAllParcels

public void regenerateAllParcels(boolean regeneratePoints,
                                 ITrackCancel pTrackCancel)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Regenerate the geometries of all parcels, lines and linepoints in the fabric.

Specified by:
regenerateAllParcels in interface ICadastralFabricRegeneration
Parameters:
regeneratePoints - The regeneratePoints (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

regenerateControlPoints

public void regenerateControlPoints(IFIDSet pControlPointsToRegenerate,
                                    ITrackCancel pTrackCancel)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Regenerate the geometries associated with the input control point ID set.

Specified by:
regenerateControlPoints in interface ICadastralFabricRegeneration
Parameters:
pControlPointsToRegenerate - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

regenerateAllControlPoints

public void regenerateAllControlPoints(ITrackCancel pTrackCancel)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Regenerate the geometries of all control points in the fabric.

Specified by:
regenerateAllControlPoints in interface ICadastralFabricRegeneration
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

regenerateEntireFabric

public void regenerateEntireFabric(ITrackCancel pTrackCancel)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Regenerate the geometries of the entire fabric.

Specified by:
regenerateEntireFabric in interface ICadastralFabricRegeneration
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

regenerateMissingPoints

public void regenerateMissingPoints(ITrackCancel pTrackCancel)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Regenerate point features which have been removed from the database.

Specified by:
regenerateMissingPoints in interface ICadastralFabricRegeneration
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.