Click or drag to resize

CDSELDataSignificantFigures Method

Specify the data significant figures required

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DataSignificantFigures(
	double sf
)

public void DataSignificantFigures(
	double sf
)

Parameters

sf
Type: SystemDouble
Significant figures (positive, can be fractional)
Remarks
This is the number of significant figures that you require for the data. You can reduce this number to achieve better compression ratios. This should only be used when there is one data type in the data. See sSpatialResolution_DSEL to set the desired spatial resolution.
See Also