 | 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
Syntaxpublic void SpatialAccuracy(
double acc
)
public void SpatialAccuracy(
double acc
)
Public Sub SpatialAccuracy (
acc As Double
)
Public Sub SpatialAccuracy (
acc As Double
)
public:
void SpatialAccuracy(
double acc
)
public:
void SpatialAccuracy(
double acc
)
member SpatialAccuracy :
acc : float -> unit
member SpatialAccuracy :
acc : float -> unit
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