Table of Contents

Class CloudMapsQuerySpatialQueryOptions

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

The class contains the options of the spatial query.

[Obfuscation(Exclude = true)]
public class CloudMapsQuerySpatialQueryOptions
Inheritance
CloudMapsQuerySpatialQueryOptions
Inherited Members

Constructors

CloudMapsQuerySpatialQueryOptions()

public CloudMapsQuerySpatialQueryOptions()

Properties

FeatureAttributesToReturn

If

ReturnFeatureAttributes

is true, this allows the user to specify which a specific subset of attributes to be returned.
public IEnumerable<string> FeatureAttributesToReturn { get; set; }

Property Value

IEnumerable<string>

MaxResults

The maximum number of features to return. Defaults to 100.

public int MaxResults { get; set; }

Property Value

int

ReturnFeatureAttributes

If true, specifies that the feature attribute column names and values will be returned in the response. Defaults to true.

public bool ReturnFeatureAttributes { get; set; }

Property Value

bool