Click or drag to resize

CDSELSpatialAccuracy Method

Specify the spatial accuracy required.

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

public void SpatialAccuracy(
	double acc
)

Parameters

acc
Type: SystemDouble
Spatial accuracy desired
Remarks
Must be specified in the units of the selection IPJ. The spatial accuracy is used improve compression performance for the spatial component of the data returned. 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 Also