com.esri.arcgis.geodatabaseextensions
Class IDECadastralFabric2Proxy

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

public class IDECadastralFabric2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IDECadastralFabric2, java.io.Serializable

Internal use class Proxy for COM Interface 'IDECadastralFabric2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that describe cadastral fabric data elements.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IDECadastralFabric2
IID, IID5ba64979_96c6_4e16_baa1_aff9e81ccbd3
 
Constructor Summary
  IDECadastralFabric2Proxy()
          For internal use only
  IDECadastralFabric2Proxy(java.lang.Object obj)
           
protected IDECadastralFabric2Proxy(java.lang.Object obj, java.lang.String iid)
           
  IDECadastralFabric2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IDECadastralFabric2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 double getBufferDistanceForAdjustment()
          The distance used to generate a buffer around the job parcels.
 int getCompiledAccuracyCategory()
          The default accuracy category for compiled parcels.
 double getMaximumShiftThreshold()
          Coordinate changes will be written if the shift is greater than this tolerance value.
 java.lang.String getSurrogateVersion()
          The name of the surrogate version if applicable.
 int getType()
          The cadastral fabric type.
 int getVersion()
          The cadastral fabric version.
 boolean isMultiGenerationEditing()
          Indicates whether Cadastral Fabrics greater than one level below default can be edited.
 boolean isMultiLevelReconcile()
          Indicates if reconciling and posting with an ancestor more than one generation above the working version is allowed.
 boolean isPinAdjustmentBoundary()
          Indicates whether points on the adjustment area boundary should be pinned.
 boolean isPinAdjustmentPointsWithinBoundary()
          Indicates whether non-adjusted points within the adjustment are should be pinned.
 boolean isWriteAdjustmentVectors()
          Indicates whether adjustment vectors should be written.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setBufferDistanceForAdjustment(double distance)
          The distance used to generate a buffer around the job parcels.
 void setCompiledAccuracyCategory(int defaultAccuracy)
          The default accuracy category for compiled parcels.
 void setMaximumShiftThreshold(double threshold)
          Coordinate changes will be written if the shift is greater than this tolerance value.
 void setMultiGenerationEditing(boolean pAllow)
          Indicates whether Cadastral Fabrics greater than one level below default can be edited.
 void setMultiLevelReconcile(boolean pAllow)
          Indicates if reconciling and posting with an ancestor more than one generation above the working version is allowed.
 void setPinAdjustmentBoundary(boolean pPinBoundary)
          Indicates whether points on the adjustment area boundary should be pinned.
 void setPinAdjustmentPointsWithinBoundary(boolean pPinWithinBoundary)
          Indicates whether non-adjusted points within the adjustment are should be pinned.
 void setSurrogateVersion(java.lang.String surrogate)
          The name of the surrogate version if applicable.
 void setType(int type)
          The cadastral fabric type.
 void setWriteAdjustmentVectors(boolean pWriteAdjustmentVectors)
          Indicates whether adjustment vectors should be written.
 
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

noncastable

public boolean noncastable
Constructor Detail

IDECadastralFabric2Proxy

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

IDECadastralFabric2Proxy

public IDECadastralFabric2Proxy()
For internal use only


IDECadastralFabric2Proxy

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

IDECadastralFabric2Proxy

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

IDECadastralFabric2Proxy

protected IDECadastralFabric2Proxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getCompiledAccuracyCategory

public int getCompiledAccuracyCategory()
                                throws java.io.IOException,
                                       AutomationException
The default accuracy category for compiled parcels.

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

setCompiledAccuracyCategory

public void setCompiledAccuracyCategory(int defaultAccuracy)
                                 throws java.io.IOException,
                                        AutomationException
The default accuracy category for compiled parcels.

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

getBufferDistanceForAdjustment

public double getBufferDistanceForAdjustment()
                                      throws java.io.IOException,
                                             AutomationException
The distance used to generate a buffer around the job parcels. This buffer defines the adjustment area.

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

setBufferDistanceForAdjustment

public void setBufferDistanceForAdjustment(double distance)
                                    throws java.io.IOException,
                                           AutomationException
The distance used to generate a buffer around the job parcels. This buffer defines the adjustment area.

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

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
The cadastral fabric type.

Specified by:
getType in interface IDECadastralFabric2
Returns:
A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

public void setType(int type)
             throws java.io.IOException,
                    AutomationException
The cadastral fabric type.

Specified by:
setType in interface IDECadastralFabric2
Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSurrogateVersion

public java.lang.String getSurrogateVersion()
                                     throws java.io.IOException,
                                            AutomationException
The name of the surrogate version if applicable. Indicates if the cadastral fabric is a surrogate version.

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

setSurrogateVersion

public void setSurrogateVersion(java.lang.String surrogate)
                         throws java.io.IOException,
                                AutomationException
The name of the surrogate version if applicable. Indicates if the cadastral fabric is a surrogate version.

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

getVersion

public int getVersion()
               throws java.io.IOException,
                      AutomationException
The cadastral fabric version.

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

getMaximumShiftThreshold

public double getMaximumShiftThreshold()
                                throws java.io.IOException,
                                       AutomationException
Coordinate changes will be written if the shift is greater than this tolerance value.

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

setMaximumShiftThreshold

public void setMaximumShiftThreshold(double threshold)
                              throws java.io.IOException,
                                     AutomationException
Coordinate changes will be written if the shift is greater than this tolerance value.

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

isMultiGenerationEditing

public boolean isMultiGenerationEditing()
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether Cadastral Fabrics greater than one level below default can be edited.

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

setMultiGenerationEditing

public void setMultiGenerationEditing(boolean pAllow)
                               throws java.io.IOException,
                                      AutomationException
Indicates whether Cadastral Fabrics greater than one level below default can be edited.

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

isMultiLevelReconcile

public boolean isMultiLevelReconcile()
                              throws java.io.IOException,
                                     AutomationException
Indicates if reconciling and posting with an ancestor more than one generation above the working version is allowed.

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

setMultiLevelReconcile

public void setMultiLevelReconcile(boolean pAllow)
                            throws java.io.IOException,
                                   AutomationException
Indicates if reconciling and posting with an ancestor more than one generation above the working version is allowed.

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

isPinAdjustmentBoundary

public boolean isPinAdjustmentBoundary()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether points on the adjustment area boundary should be pinned.

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

setPinAdjustmentBoundary

public void setPinAdjustmentBoundary(boolean pPinBoundary)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether points on the adjustment area boundary should be pinned.

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

isPinAdjustmentPointsWithinBoundary

public boolean isPinAdjustmentPointsWithinBoundary()
                                            throws java.io.IOException,
                                                   AutomationException
Indicates whether non-adjusted points within the adjustment are should be pinned.

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

setPinAdjustmentPointsWithinBoundary

public void setPinAdjustmentPointsWithinBoundary(boolean pPinWithinBoundary)
                                          throws java.io.IOException,
                                                 AutomationException
Indicates whether non-adjusted points within the adjustment are should be pinned.

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

isWriteAdjustmentVectors

public boolean isWriteAdjustmentVectors()
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether adjustment vectors should be written.

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

setWriteAdjustmentVectors

public void setWriteAdjustmentVectors(boolean pWriteAdjustmentVectors)
                               throws java.io.IOException,
                                      AutomationException
Indicates whether adjustment vectors should be written.

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