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