|
Attributes |
Description |
|
alias |
Sets an alternate name to use when listing this layer in the layer list or
on the select by attribute or find by attribute routines. Optional. If this
attribute is missing, the field names will appear instead. Note that if there
is no alias and the layer is an SDE layer, a shortened field name will appear
that does not include the owner and table name.
|
|
can-extract-excel |
Specifies whether the field is included in the Excel file created using the export
routine when the layer is exported. To control whether a layer can be extracted,
use the can-extract-excel attribute in the layer element. By default, all fields
are included in the output unless the field element contains
can-extract-excel="false", so this attribute is optional, defaulting to true.
|
|
can-extract-gml |
Specifies whether the field is included in the GML file created using the export
routine when the layer is exported. To control whether a layer can be extracted,
use the can-extract-gml attribute in the layer element. By default, all fields
are included in the output unless the field element contains
can-extract-gml="false", so this attribute is optional, defaulting to true.
|
|
can-find-by-attribute |
Specifies that the field can be used in the find by attribute routine.
Optional, defaults to false.
|
|
can-select-by-attribute |
Specifies that the field can be used in the select by attribute routine.
Optional, defaults to false.
|
|
display |
Sets the visibility of the field when used with the default identify or select
report. Valid values are "true" or "false". Optional, defaults to true unless
the default-field-visibility in the parent <layer> element is set to false.
|
|
find-by-attribute-buffer |
Specifies the buffer distance around the selected features when the map
is zoomed in. Optional. The default is 100 map units.
|
|
format |
Sets a formatting routine for the display of field values on the default
identify and selection pages. Valid values / examples are:
- currency
Currency format for numeric fields only.
- date,short
Short date format for date fields only.
- date,medium
Medium date format for date fields only.
- date,long
Long date format for date fields only.
- date,full
Full date format for date fields only.
- datetime,short
Short date and time format for date fields only.
- datetime,medium
Medium date and time format for date fields only.
- datetime,long
Long date and time format for date fields only.
- datetime,full
Full date and time format for date fields only.
- initcap
First letter of each word capitalized (e.g. proper names) format for text fields only.
- lower
Lower case format for text fields only.
- precision,2
Rounding format for floating point numeric fields only.
The number after the comma can be 0 - 9.
- replace,string1,string2
String substitution format for text fields only.
All occurrences of the first string will be substituted with the second.
- time,short
Short time format for date fields only.
- time,medium
Medium time format for date fields only.
- time,long
Long time format for date fields only.
- time,full
Full time format for date fields only.
- upper
Upper case format for text fields only.
|
|
hypertext-message |
Sets the hyperlink text shown on the default reports when a field
contains a URL address. Defaults to "More data".
|
|
identify-alias |
Sets an alternate name to use when setting the parameter name for a field
in a "urlFieldValues" or "urlMultipleFieldValues" identify report. Optional.
|
|
metadata-url |
Sets the field metadata URL to the value specified. Optional.
|
|
name |
Used to find the field to set properties for. Must match the FULL name of
a field in a feature layer in the map service. In the case of SDE layers, the
full name is the OWNER.TABLE.COLUMN format. Required.
|
|
select-alias |
Sets an alternate name to use when setting the parameter name for a field
in a "urlFieldValues" or "urlMultipleFieldValues" identify report. Optional.
|
|
select-by-attribute-buffer |
Specifies the buffer distance around the selected features when the map
is zoomed in. Optional. The default is 100 map units.
|
|
select-by-attribute-zoom |
Specifies that the select-by-attribute routine should zoom to the extent
of the selected records once they are found. Optional, defaults to "false".
|
| |
|