This document is archived and information here might be outdated. Recommended version. |
Provides access to ParcelConstruction4 Interface.
Name | Description | |
---|---|---|
AdjustmentMethod | Adjustment type applied to parcel (parcel mode only). | |
ApplyScaleAndRotation | Apply scale and rotation to lines' bearing and distance. Use for lines that are inversed from coordinates. | |
ComputeClosure | Closure can be computed. | |
ConstructionData | The current construction data for editing parcel / construction. | |
CurrentColumn | The current active column id. | |
CurrentRow | The current active row id. | |
DefaultLineTemplate | Default line template. To set assign last row. | |
DeleteAllLines | Delete all lines in the grid. | |
GetEndPoint | End point ID, x and y. | |
GetLineGeometry | The polyline repesentation of the GSLine. Method supports Line Strings and is projected. | |
GetLines | All complete GSLines. | |
GetOriginPoint | Origin point ID, x and y. | |
InsertGridRow | Insert a row before given row. Use -1 to insert at the end. | |
PasteLines | Paste lines from the clipboard or provided features. If maxLines = -1, the regkey will be used. LineTemplate and Features are optional. Use -1 for fabric tolerance. | |
Planarize | Planarize lines (construction mode only). A tolerance of zero uses the fabric's tolerance. | |
RecalculatePoints | Recomputes point IDs, based on line attributes. Works in all parcel editing modes. | |
RecalculatePointsEx | Recomputes point IDs, based on line attributes. | |
SetEndPoint | End point ID, at coordinate x/y. | |
SetLineTemplate | Line template at a row. | |
SetLineTemplateToLines | Apply Line template to row(s). | |
SetOriginPoint | Origin point ID, at coordinate x/y. If forceAssignment, then point does not need to exist. | |
SortLines | Sort lines based on their from:to value pairs. | |
UpdateGridFromGSLines | Updates the line grid with the values in the GSLines. Readding lines rehydrates lines from pracel or construction line structures. |
Classes | Description |
---|---|
ParcelConstruction | Managers the objects in the UI line grid. |