|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDECadastralFabric2
Provides access to members that describe cadastral fabric data elements.
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. |
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(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. |
Method Detail |
---|
int getCompiledAccuracyCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompiledAccuracyCategory(int defaultAccuracy) throws IOException, AutomationException
defaultAccuracy
- The defaultAccuracy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBufferDistanceForAdjustment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBufferDistanceForAdjustment(double distance) throws IOException, AutomationException
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSurrogateVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSurrogateVersion(String surrogate) throws IOException, AutomationException
surrogate
- The surrogate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumShiftThreshold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumShiftThreshold(double threshold) throws IOException, AutomationException
threshold
- The threshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMultiGenerationEditing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultiGenerationEditing(boolean pAllow) throws IOException, AutomationException
pAllow
- The pAllow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMultiLevelReconcile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultiLevelReconcile(boolean pAllow) throws IOException, AutomationException
pAllow
- The pAllow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPinAdjustmentBoundary() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPinAdjustmentBoundary(boolean pPinBoundary) throws IOException, AutomationException
pPinBoundary
- The pPinBoundary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPinAdjustmentPointsWithinBoundary() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPinAdjustmentPointsWithinBoundary(boolean pPinWithinBoundary) throws IOException, AutomationException
pPinWithinBoundary
- The pPinWithinBoundary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isWriteAdjustmentVectors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWriteAdjustmentVectors(boolean pWriteAdjustmentVectors) throws IOException, AutomationException
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 |