CsvOptions Class

Summary: Driver-specific options for CSV format.

Module: aspose.gis.formats.csv

Full Name: aspose.gis.formats.csv.CsvOptions

Inheritance: DriverOptions

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
CsvOptions()Create new instance.

Properties

NameTypeAccessDescription
close_linear_ringboolr/wDetermines if close a unclosed GeometryType.LINEAR_RING in each geometry. Defaults to .
column_mstringr/wGets or sets a name of column contains M coordinate value.
Default is .
column_wktstringr/wGets or sets a name of column contains Well-Known Text for representing geometry.
Default is .
column_xstringr/wGets or sets a name of column contains X coordinate value.
Default is .
column_ystringr/wGets or sets a name of column contains Y coordinate value.
Default is .
column_zstringr/wGets or sets a name of column contains Z coordinate value.
Default is .
create_midpointsboolr/wDetermines if add a new point in the middle to each segment of geometry. Defaults to .
delete_near_pointsboolr/wDetermines if delete near points in each geometry. Defaults to .
delete_near_points_distancedoubler/wDetermines distance for DriverOptions.delete_near_points. Defaults to .
delimitercharr/wGets or sets a character that is used as delimiter to separate values.
Default is ‘,’.
double_quote_escapecharr/wGets or sets a character that is used as escape letter for double-quotes.
Default is ‘"’.
has_attribute_namesboolr/wDetermines if a header row with attribute names exists.
Default is .
linearization_tolerancedoubler/wA tolerance to use to linearize curve geometries.
m_precision_modelPrecisionModelr/wA PrecisionModel that will be applied to M coordinate
when geometries are added to the VectorLayer or when they are read from the VectorLayer.
The default value is PrecisionModel.exact.
simplify_segmentsboolr/wDetermines if delete points lying on the same segment in each geometry. Defaults to .
simplify_segments_distancedoubler/wDetermines distance for DriverOptions.simplify_segments. Defaults to .
start_line_numberintr/wGets or sets a zero-based number of line that will be first when read the data.
Default is 0.
validate_geometries_on_writeboolr/wDetermines if geometries should be validated when they are added to the layer.
If set to , Geometry.is_valid is called for each
geometry when it’s added to the layer, and if validation fails (Geometry.is_valid is ), GisException is thrown.
write_polygons_as_linesboolr/wDetermines if transformation of polygon or multipolygon to linestring is allowed. Defaults to .
xy_precision_modelPrecisionModelr/wA PrecisionModel that will be applied to X and Y coordinates
when geometries are added to the VectorLayer or when they are read from the VectorLayer.
The default value is PrecisionModel.exact.
z_precision_modelPrecisionModelr/wA PrecisionModel that will be applied to Z coordinate
when geometries are added to the VectorLayer or when they are read from the VectorLayer.
The default value is PrecisionModel.exact.

Constructor: CsvOptions()

 CsvOptions() 

Create new instance.