Creates an instance of a descriptor for describing content from a MapDotNet REST feature service.
Gets the bleed ratio.
number
The current bleed ratio.
Checks the flag whether to clip geometry fetched at the bounds of the request.
boolean
The value of the flag.
Gets the optional field names to query. This attribute data may be used in dynamic client-side rendering.
Array<string>
An array of field names as strings.
Gets the layer's ID.
string
The layer's ID.
Gets the map ID.
string
The map ID.
Checks the flag whether to simplify paths based on the units per pixel for the quad tile being requested.
boolean
The value of the flag.
Gets the version of the REST service.
string
The REST service version.
Sets the bleed ratio. Bleeds greater than 1.0 will fetch content beyond the edge of the tile extents (this is useful for point features).
The desired bleed ratio, a number between 1.0 and 2.0.
Sets the flag whether to clip geometry fetched at the bounds of the request. This can greatly improve performance with large complex geometries. Only supported when back-end store is SQL 2008/2012 or PostGIS.
Whether or not to clip geometries fetched at the bounds of the request.
Sets the optional field names to query. This attribute data may be used in dynamic client-side rendering.
Sets the action to perform on descriptor change.
Function with signature action().
Sets the flag whether to simplify paths based on the units per pixel for the quad tile being requested.
Whether or not to simply paths based on the units per pixel.
Sets the REST service version number.
The version number to set.