|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.IDECadastralFabric2Proxy
public class IDECadastralFabric2Proxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDECadastralFabric2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDECadastralFabric2Proxy()
public IDECadastralFabric2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDECadastralFabric2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDECadastralFabric2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getCompiledAccuracyCategory() throws java.io.IOException, AutomationException
getCompiledAccuracyCategory
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompiledAccuracyCategory(int defaultAccuracy) throws java.io.IOException, AutomationException
setCompiledAccuracyCategory
in interface IDECadastralFabric2
defaultAccuracy
- The defaultAccuracy (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBufferDistanceForAdjustment() throws java.io.IOException, AutomationException
getBufferDistanceForAdjustment
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferDistanceForAdjustment(double distance) throws java.io.IOException, AutomationException
setBufferDistanceForAdjustment
in interface IDECadastralFabric2
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws java.io.IOException, AutomationException
getType
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(int type) throws java.io.IOException, AutomationException
setType
in interface IDECadastralFabric2
type
- A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSurrogateVersion() throws java.io.IOException, AutomationException
getSurrogateVersion
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSurrogateVersion(java.lang.String surrogate) throws java.io.IOException, AutomationException
setSurrogateVersion
in interface IDECadastralFabric2
surrogate
- The surrogate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumShiftThreshold() throws java.io.IOException, AutomationException
getMaximumShiftThreshold
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumShiftThreshold(double threshold) throws java.io.IOException, AutomationException
setMaximumShiftThreshold
in interface IDECadastralFabric2
threshold
- The threshold (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultiGenerationEditing() throws java.io.IOException, AutomationException
isMultiGenerationEditing
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMultiGenerationEditing(boolean pAllow) throws java.io.IOException, AutomationException
setMultiGenerationEditing
in interface IDECadastralFabric2
pAllow
- The pAllow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultiLevelReconcile() throws java.io.IOException, AutomationException
isMultiLevelReconcile
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMultiLevelReconcile(boolean pAllow) throws java.io.IOException, AutomationException
setMultiLevelReconcile
in interface IDECadastralFabric2
pAllow
- The pAllow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPinAdjustmentBoundary() throws java.io.IOException, AutomationException
isPinAdjustmentBoundary
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPinAdjustmentBoundary(boolean pPinBoundary) throws java.io.IOException, AutomationException
setPinAdjustmentBoundary
in interface IDECadastralFabric2
pPinBoundary
- The pPinBoundary (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPinAdjustmentPointsWithinBoundary() throws java.io.IOException, AutomationException
isPinAdjustmentPointsWithinBoundary
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPinAdjustmentPointsWithinBoundary(boolean pPinWithinBoundary) throws java.io.IOException, AutomationException
setPinAdjustmentPointsWithinBoundary
in interface IDECadastralFabric2
pPinWithinBoundary
- The pPinWithinBoundary (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isWriteAdjustmentVectors() throws java.io.IOException, AutomationException
isWriteAdjustmentVectors
in interface IDECadastralFabric2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWriteAdjustmentVectors(boolean pWriteAdjustmentVectors) throws java.io.IOException, AutomationException
setWriteAdjustmentVectors
in interface IDECadastralFabric2
pWriteAdjustmentVectors
- The pWriteAdjustmentVectors (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 |