Click or drag to resize
CDSELSpatialAccuracy Method
Specify the spatial accuracy required.

Available since Oasis montaj version: 5.0.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void SpatialAccuracy(
	double acc
)

Parameters

acc
Type: SystemDouble
Spatial accuracy desired
See Also