FeatureQuery.SetResolutionFromNominalScale Method
Sets the Resolution property from an inverted scale.
SetResolutionFromNominalScale(Crs crs, System.Double scale)
Sets the Resolution property from an inverted scale.Syntax
public void SetResolutionFromNominalScale (
Crs crs,
System.Double scale
)
Parameters
The coordinate reference system used to evaluate the resolution.
The inverted scale to evaluate a resolution from.
Remarks
The crs parameter you should supply when calling this method 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 the two crs parameters should be the same.
See Resolution for more information.
Platforms
Windows, Linux, Android