FeatureQuery.Resolution Property
Gets or sets the size of a pixel, in the unit of the Crs of the feature request.
Syntax
public System.Double Resolution { get; set; }
Property Value
Default: 0.0
The size of a pixel, in the length unit (or angle unit) of the Crs of the feature request.
Remarks
This property is analogous to the view resolution (available via the predefined update attributes updatePixelHeight and updatePixelWidth) that would be used for an ordinary View.Update. However, the so-called "Crs of the feature request" is not necessarily the View.Crs; instead it depends on the context:
If the FeatureQuery is used when calling DataSet.GetFeatures(featureQuery) or DataSet.GetFeatures(featureQuery, query), then it is the DataSet.Crs.
If the FeatureQuery is used when calling Layer.GetFeatures(crs, featureQuery) or Operator.GetFeatures(crs, featureQuery), then it is the crs parameter.
It is also possible to specify the resolution by calling the SetResolutionFromNominalScale method.
Platforms
Windows, Linux, Android