olx. olx.format

Source:
  • olx.jsdoc, line 7

TypeDefs

GeoJSONOptions

Stability: not documented
Properties:
Name Type Description
defaultProjection ol.proj.ProjectionLike

Default projection.

Source:
  • objectliterals.jsdoc, line 47

IGCOptions

Stability: not documented
Properties:
Name Type Description
altitudeMode ol.format.IGCZ | undefined

Altitude mode. Possible values are barometric, gps, and none. Default is none.

Source:
  • objectliterals.jsdoc, line 51

KMLOptions

Stability: not documented
Properties:
Name Type Description
defaultStyle Array.<ol.style.Style> | undefined

Default style. The default default style is the same as Google Earth.

Source:
  • objectliterals.jsdoc, line 53

TopoJSONOptions

Stability: not documented
Properties:
Name Type Description
defaultProjection ol.proj.ProjectionLike

Default projection.

Source:
  • objectliterals.jsdoc, line 49

WFSOptions

Stability: not documented
Properties:
Name Type Description
featureNS string

The namespace URI used for features.

featureType string

The feature type to parse. Only used for read operations.

schemaLocation string | undefined

Optional schemaLocation to use for serialization, this will override the default.

Source:
  • objectliterals.jsdoc, line 57

WFSWriteGetFeatureOptions

Stability: not documented
Properties:
Name Type Description
featureNS string

The namespace URI used for features.

featurePrefix string

The prefix for the feature namespace.

featureTypes Array.<string>

The feature type names.

srsName string | undefined

SRS name. No srsName attribute will be set on geometries when this is not provided.

handle string | undefined

Handle.

outputFormat string | undefined

Output format.

maxFeatures number | undefined

Maximum number of features to fetch.

geometryName string | undefined

Geometry name to use in a BBOX filter.

bbox ol.Extent | undefined

Extent to use for the BBOX filter.

Source:
  • objectliterals.jsdoc, line 59

WFSWriteTransactionOptions

Stability: not documented
Properties:
Name Type Description
featureNS string

The namespace URI used for features.

featurePrefix string

The prefix for the feature namespace.

featureType string

The feature type name.

srsName string | undefined

SRS name. No srsName attribute will be set on geometries when this is not provided.

handle string | undefined

Handle.

nativeElements Array.<Object>

Native elements. Currently not supported.

Source:
  • objectliterals.jsdoc, line 61