The FeatureSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FeatureSet | Initializes a new instance of the FeatureSet class |
Methods
| Name | Description | |
|---|---|---|
| SetShapeStyle |
Sets the style attributes for the shapes in the FeatureSet. Call this method before
calling ToVEShapeLayer.
| |
| ToVEShapeLayer |
Creates a new VEShapeLayer from the shapes in the FeatureSet. Before calling this method, you may want to
call SetShapeStyle to set the display properties
of the shapes. The VEShapeLayer returned may then be added to the Virtual Earth map.
|
Properties
| Name | Description | |
|---|---|---|
| DisplayFieldName | The field name in the layer designated for default display. Typically a Name field. | |
| Error | If not null, the error returned by the query. Your code should check for a
non-null value before attempting to access the features. | |
| Features | The returned features. The value is an array of
GraphicFeature objects. | |
| FieldAliases | A JSON-formatted object containing the field aliases of the fields in the returned data. | |
| GeometryType | The geometry type (point, line or polygon) of the returned data. | |
| SR | The spatial reference ID, indicating the coordinate system of the features. |
