|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabaseextensions.IDECadastralFabric2Proxy
public class IDECadastralFabric2Proxy
Provides access to members that describe cadastral fabric data elements.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IDECadastralFabric2Proxy()
|
|
IDECadastralFabric2Proxy(Object obj)
|
protected |
IDECadastralFabric2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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. |
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(String iidStr,
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(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 boolean noncastable
Constructor Detail |
---|
public IDECadastralFabric2Proxy()
public IDECadastralFabric2Proxy(Object obj) throws IOException
IOException
protected IDECadastralFabric2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getCompiledAccuracyCategory() throws IOException, AutomationException
getCompiledAccuracyCategory
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompiledAccuracyCategory(int defaultAccuracy) throws IOException, AutomationException
setCompiledAccuracyCategory
in interface IDECadastralFabric2
defaultAccuracy
- The defaultAccuracy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBufferDistanceForAdjustment() throws IOException, AutomationException
getBufferDistanceForAdjustment
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferDistanceForAdjustment(double distance) throws IOException, AutomationException
setBufferDistanceForAdjustment
in interface IDECadastralFabric2
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws IOException, AutomationException
getType
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(int type) throws IOException, AutomationException
setType
in interface IDECadastralFabric2
type
- A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSurrogateVersion() throws IOException, AutomationException
getSurrogateVersion
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSurrogateVersion(String surrogate) throws IOException, AutomationException
setSurrogateVersion
in interface IDECadastralFabric2
surrogate
- The surrogate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVersion() throws IOException, AutomationException
getVersion
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumShiftThreshold() throws IOException, AutomationException
getMaximumShiftThreshold
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumShiftThreshold(double threshold) throws IOException, AutomationException
setMaximumShiftThreshold
in interface IDECadastralFabric2
threshold
- The threshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultiGenerationEditing() throws IOException, AutomationException
isMultiGenerationEditing
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMultiGenerationEditing(boolean pAllow) throws IOException, AutomationException
setMultiGenerationEditing
in interface IDECadastralFabric2
pAllow
- The pAllow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMultiLevelReconcile() throws IOException, AutomationException
isMultiLevelReconcile
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMultiLevelReconcile(boolean pAllow) throws IOException, AutomationException
setMultiLevelReconcile
in interface IDECadastralFabric2
pAllow
- The pAllow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPinAdjustmentBoundary() throws IOException, AutomationException
isPinAdjustmentBoundary
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPinAdjustmentBoundary(boolean pPinBoundary) throws IOException, AutomationException
setPinAdjustmentBoundary
in interface IDECadastralFabric2
pPinBoundary
- The pPinBoundary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPinAdjustmentPointsWithinBoundary() throws IOException, AutomationException
isPinAdjustmentPointsWithinBoundary
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPinAdjustmentPointsWithinBoundary(boolean pPinWithinBoundary) throws IOException, AutomationException
setPinAdjustmentPointsWithinBoundary
in interface IDECadastralFabric2
pPinWithinBoundary
- The pPinWithinBoundary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isWriteAdjustmentVectors() throws IOException, AutomationException
isWriteAdjustmentVectors
in interface IDECadastralFabric2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWriteAdjustmentVectors(boolean pWriteAdjustmentVectors) throws IOException, AutomationException
setWriteAdjustmentVectors
in interface IDECadastralFabric2
pWriteAdjustmentVectors
- The pWriteAdjustmentVectors (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 |