Table of Contents

Constructor GeoJSONImportConfig

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GeoJSONImportConfig(DateFormatType)

Initializes a new GeoJSONImportConfig.

public GeoJSONImportConfig(DateFormatType dateFormatType = DateFormatType.Iso)

Parameters

dateFormatType DateFormatType

Controls how date and time values held as GeoJSON strings are parsed. Defaults to Iso, which is what GeoJSON producers normally emit.