Changes between Initial Version and Version 1 of Widgets/Buffer


Ignore:
Timestamp:
Apr 3, 2008, 3:05:16 AM (16 years ago)
Author:
jbirch
Comment:

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/Buffer

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/BufferUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: Buffer =
     7
     8This widget will perform a buffering operation on selected features in the Map.  Either a popup window or the task pane will be used to gather user input, depending on the setting of the Target parameter
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/BufferUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Label''' : Create a buffer
     17 * '''Tooltip''' : Click to create a buffer
     18 * '''ImageUrl''' : images/icons/buffer.png
     19 * '''StandardUi''' : true
     20 * '''ContainableBy''' : Any
     21
     22== Parameters ==
     23
     24=== LayerName ===
     25
     26 * '''Label''' : Layer name
     27 * '''Type''' : string
     28 * '''Description''' : The name of the buffer layer
     29 * '''DefaultValue''' : Buffer
     30 * '''IsMandatory''' : 0
     31
     32=== LayerNameInput ===
     33
     34 * '''Label''' : Layer name input field label
     35 * '''Type''' : string
     36 * '''Description''' : The label for the buffer layer name input field
     37 * '''DefaultValue''' : BufferLayerName
     38 * '''IsMandatory''' : 0
     39
     40=== BufferDistance ===
     41
     42 * '''Label''' : Buffer distance
     43 * '''Type''' : double
     44 * '''Description''' : The distance to buffer
     45 * '''DefaultValue''' : 100
     46 * '''IsMandatory''' : 0
     47
     48=== BufferDistanceInput ===
     49
     50 * '''Label''' : Buffer distance input field label
     51 * '''Type''' : string
     52 * '''Description''' : The label for the buffer distance input field
     53 * '''DefaultValue''' : BufferDistance
     54 * '''IsMandatory''' : 0
     55
     56=== BufferUnits ===
     57
     58 * '''Label''' : Buffer units
     59 * '''Type''' : string
     60 * '''Description''' : The units for the buffer distance
     61  * '''meters''' ''(Label: Meters)''
     62  * '''feet''' ''(Label: Feet)''
     63  * '''miles''' ''(Label: Miles)''
     64  * '''kilometers''' ''(Label: Kilometers)''
     65 * '''DefaultValue''' : meters
     66 * '''IsMandatory''' : 0
     67
     68=== BufferUnitsInput ===
     69
     70 * '''Label''' : Buffer units input field label
     71 * '''Type''' : string
     72 * '''Description''' : The label for the buffer units input field
     73 * '''DefaultValue''' : BufferUnits
     74 * '''IsMandatory''' : 0
     75
     76=== BorderColor ===
     77
     78 * '''Label''' : Border color
     79 * '''Type''' : color
     80 * '''Description''' : The color of the buffer border
     81 * '''DefaultValue''' : ff000000
     82 * '''IsMandatory''' : 0
     83
     84=== BorderColorInput ===
     85
     86 * '''Label''' : Border color input field label
     87 * '''Type''' : string
     88 * '''Description''' : The label for the border color input field
     89 * '''DefaultValue''' : BufferBorderColor
     90 * '''IsMandatory''' : 0
     91
     92=== FillColor ===
     93
     94 * '''Label''' : Fill color
     95 * '''Type''' : color
     96 * '''Description''' : The color of the buffer fill
     97 * '''DefaultValue''' : 33FF0000
     98 * '''IsMandatory''' : 0
     99
     100=== FillColorInput ===
     101
     102 * '''Label''' : Fill color input field label
     103 * '''Type''' : string
     104 * '''Description''' : The label for the fill color input field
     105 * '''DefaultValue''' : BufferFillColor
     106 * '''IsMandatory''' : 0
     107