|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDECadastralFabric2
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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5ba64979_96c6_4e16_baa1_aff9e81ccbd3
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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 |
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. |
| Field Detail |
|---|
static final int IID5ba64979_96c6_4e16_baa1_aff9e81ccbd3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCompiledAccuracyCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCompiledAccuracyCategory(int defaultAccuracy)
throws java.io.IOException,
AutomationException
defaultAccuracy - The defaultAccuracy (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBufferDistanceForAdjustment()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBufferDistanceForAdjustment(double distance)
throws java.io.IOException,
AutomationException
distance - The distance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(int type)
throws java.io.IOException,
AutomationException
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.
java.lang.String getSurrogateVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSurrogateVersion(java.lang.String surrogate)
throws java.io.IOException,
AutomationException
surrogate - The surrogate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaximumShiftThreshold()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumShiftThreshold(double threshold)
throws java.io.IOException,
AutomationException
threshold - The threshold (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isMultiGenerationEditing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMultiGenerationEditing(boolean pAllow)
throws java.io.IOException,
AutomationException
pAllow - The pAllow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isMultiLevelReconcile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMultiLevelReconcile(boolean pAllow)
throws java.io.IOException,
AutomationException
pAllow - The pAllow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPinAdjustmentBoundary()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPinAdjustmentBoundary(boolean pPinBoundary)
throws java.io.IOException,
AutomationException
pPinBoundary - The pPinBoundary (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPinAdjustmentPointsWithinBoundary()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPinAdjustmentPointsWithinBoundary(boolean pPinWithinBoundary)
throws java.io.IOException,
AutomationException
pPinWithinBoundary - The pPinWithinBoundary (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isWriteAdjustmentVectors()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWriteAdjustmentVectors(boolean pWriteAdjustmentVectors)
throws java.io.IOException,
AutomationException
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 | ||||||||