 | CDSELSelectResolution Method |
Specify the resolution desired
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SelectResolution(
double res,
int force
)
public void SelectResolution(
double res,
int force
)
Public Sub SelectResolution (
res As Double,
force As Integer
)
Public Sub SelectResolution (
res As Double,
force As Integer
)
public:
void SelectResolution(
double res,
int force
)
public:
void SelectResolution(
double res,
int force
)
member SelectResolution :
res : float *
force : int -> unit
member SelectResolution :
res : float *
force : int -> unit
Parameters
- res
- Type: SystemDouble
Minimum Resolution - force
- Type: SystemInt32
TRUE to force this resolution, if possible
Remarks
Resolution must be specified in the units of the selection IPJ.
This will be the optimum data resoulution. (grid cell for grids, data
separation for other data types).
You will normally get a reasonable resolution as near to or smaller than
this unless sRequireResolution_DSEL has been set.
Call sRequireResolution_DSEL with TRUE to force the client to re-sample
the data to the resolution requested.
See Also