FileGdbOptionsXYTolerance Property |
X and Y snapping tolerance.
Namespace:
Aspose.Gis.Formats.FileGdb
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic Nullable<double> XYTolerance { get; set; }
Public Property XYTolerance As Nullable(Of Double)
Get
Set
public:
property Nullable<double> XYTolerance {
Nullable<double> get ();
void set (Nullable<double> value);
}
member XYTolerance : Nullable<float> with get, set
Property Value
Type:
NullableDouble
Remarks
This is a creation option and it does not affect reading.
This parameter controls a snapping tolerance used for advanced ArcGIS features.
It does not affect Aspose.GIS behavior, but it can be used by ArcGIS.
The unit of the parameter is the unit of spatial reference system.
If set to , the default is used. The default depends on spatial reference system
and equals to 0.000000008983153 degrees for geographic systems or 0.001 meters for projected systems
(values are transformed to spatial reference system units).
If spatial reference system is unknown the default is 0.001.
See Also