Type Definitions
-
olx.format.GeoJSONOptions{Object} experimental
-
Properties:
Name Type Argument Description defaultProjectionol.proj.ProjectionLike Default projection.
geometryNamestring | undefined <optional>
Geometry name to use when creating features.
-
olx.format.GMLOptions{Object} experimental
-
Properties:
Name Type Argument Description featureNSstring Feature namespace.
featureTypestring Feature type to parse.
srsNamestring srsName to use when writing geometries.
surfaceboolean | undefined <optional>
Write gml:Surface instead of gml:Polygon elements. This also affects the elements in multi-part geometries. Default is
false.curveboolean | undefined <optional>
Write gml:Curve instead of gml:LineString elements. This also affects the elements in multi-part geometries. Default is
false.multiCurveboolean | undefined <optional>
Write gml:MultiCurve instead of gml:MultiLineString. Since the latter is deprecated in GML 3, the default is
true.multiSurfaceboolean | undefined <optional>
Write gml:multiSurface instead of gml:MultiPolygon. Since the latter is deprecated in GML 3, the default is
true.schemaLocationstring | undefined <optional>
Optional schemaLocation to use when writing out the GML, this will override the default provided.
-
olx.format.IGCOptions{Object} experimental
-
Properties:
Name Type Argument Description altitudeModeol.format.IGCZ | undefined <optional>
Altitude mode. Possible values are
barometric,gps, andnone. Default isnone. -
olx.format.KMLOptions{Object} experimental
-
Properties:
Name Type Argument Description defaultStyleArray.<ol.style.Style> | undefined <optional>
Default style. The default default style is the same as Google Earth.
-
olx.format.TopoJSONOptions{Object} experimental
-
Properties:
Name Type Description defaultProjectionol.proj.ProjectionLike Default projection.
-
olx.format.WFSOptions{Object} experimental
-
Properties:
Name Type Argument Description featureNSstring The namespace URI used for features.
featureTypestring The feature type to parse. Only used for read operations.
schemaLocationstring | undefined <optional>
Optional schemaLocation to use for serialization, this will override the default.
-
olx.format.WFSWriteGetFeatureOptions{Object} experimental
-
Properties:
Name Type Argument Description featureNSstring The namespace URI used for features.
featurePrefixstring The prefix for the feature namespace.
featureTypesArray.<string> The feature type names.
srsNamestring | undefined <optional>
SRS name. No srsName attribute will be set on geometries when this is not provided.
handlestring | undefined <optional>
Handle.
outputFormatstring | undefined <optional>
Output format.
maxFeaturesnumber | undefined <optional>
Maximum number of features to fetch.
geometryNamestring | undefined <optional>
Geometry name to use in a BBOX filter.
bboxol.Extent | undefined <optional>
Extent to use for the BBOX filter.
-
olx.format.WFSWriteTransactionOptions{Object} experimental
-
Properties:
Name Type Argument Description featureNSstring The namespace URI used for features.
featurePrefixstring The prefix for the feature namespace.
featureTypestring The feature type name.
srsNamestring | undefined <optional>
SRS name. No srsName attribute will be set on geometries when this is not provided.
handlestring | undefined <optional>
Handle.
nativeElementsArray.<Object> Native elements. Currently not supported.
gmlOptionsolx.format.GMLOptions | undefined <optional>
GML options for the WFS transaction writer.
OpenLayers 3