Constructors
constructor
- new FormatDriver(type: string, format: TextFeature | JSONFeature | XMLFeature, defaultProjection?: string | null): FormatDriver
-
Parameters
-
type: string
-
format: TextFeature | JSONFeature | XMLFeature
-
Default value defaultProjection: string | null = null
Methods
tryParse
-
Parameters
-
size: number
-
text: string
A default format driver implementation primarily for interfacing with any existing OpenLayers format driver instances
{IFormatDriver}
0.13