Liking cljdoc? Tell your friends :D

geospatial.geojson.specs

GeoJSON RFC-7946 compliant spec

GeoJSON RFC-7946 compliant spec
raw docstring

assert-geojson!clj/s

(assert-geojson! data)

AxisPrimitiveclj/s

A primitive value representing a single axis in GeoJSON, such as longitude or easting.

A primitive value representing a single axis in GeoJSON,
such as longitude or easting.
raw docstring

Bboxclj/s

A bounding box array representing the minimum and maximum extents of a geometry.

4 for 2D plan & 6 for 3D Plan

A bounding box array representing the minimum and maximum extents of a geometry.

4 for 2D plan & 6 for 3D Plan
raw docstring

Featureclj/s

A GeoJSON Feature object, which includes geometry and associated properties, as specified in the GeoJSON RFC.

A GeoJSON Feature object, which includes geometry and
associated properties, as specified in the GeoJSON RFC.
raw docstring

FeatureCollectionclj/s

A GeoJSON FeatureCollection object, representing an array of Feature objects, as defined in the GeoJSON RFC.

A GeoJSON FeatureCollection object, representing an array of Feature objects, as defined in the GeoJSON RFC.
raw docstring

GeoJSONclj/s

A top-level GeoJSON object, which may be a Feature, FeatureCollection, or Geometry, as specified in the GeoJSON RFC.

A top-level GeoJSON object, which may be a Feature,
FeatureCollection, or Geometry, as specified in the GeoJSON RFC.
raw docstring

geojson-schemaclj/s

The default schema for validating GeoJSON object

The default schema for validating GeoJSON object
raw docstring

Geometryclj/s

A generic GeoJSON geometry object, which may be a Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, or GeometryCollection, as defined in the GeoJSON RFC.

A generic GeoJSON geometry object, which may be a Point, MultiPoint,
LineString, MultiLineString, Polygon, MultiPolygon, or GeometryCollection, as defined in the GeoJSON RFC.
raw docstring

GeometryCollectionclj/s

A GeoJSON GeometryCollection object, containing an array of geometry objects, as specified by the GeoJSON RFC.

A GeoJSON GeometryCollection object, containing an array
of geometry objects, as specified by the GeoJSON RFC.
raw docstring

Idclj/s

An identifier for a GeoJSON Geometry object, which may be a string or integer, as specified in the GeoJSON RFC.

An identifier for a GeoJSON Geometry object, which may be
a string or integer, as specified in the GeoJSON RFC.
raw docstring

LinearRingclj/s

A closed LineString with four or more positions, where the first and last positions are equivalent, as required by the GeoJSON RFC for Polygon boundaries.

A closed LineString with four or more positions, where the first
and last positions are equivalent, as required by the GeoJSON RFC for Polygon boundaries.
raw docstring

LineStringclj/s

A GeoJSON LineString geometry object, representing a sequence of two or more positions, as described in the GeoJSON RFC.

A GeoJSON LineString geometry object, representing a sequence of
two or more positions, as described in the GeoJSON RFC.
raw docstring

MultiLineStringclj/s

A GeoJSON MultiLineString geometry object, representing an array of LineString coordinate arrays, as specified in the GeoJSON RFC.

A GeoJSON MultiLineString geometry object, representing an array
of LineString coordinate arrays, as specified in the GeoJSON RFC.
raw docstring

MultiPointclj/s

A GeoJSON MultiPoint geometry object, representing an array of Point positions.

A GeoJSON MultiPoint geometry object, representing an array
of Point positions.
raw docstring

MultiPolygonclj/s

A GeoJSON MultiPolygon geometry object, representing an array of Polygon coordinate arrays, as described in the GeoJSON RFC.

A GeoJSON MultiPolygon geometry object, representing an
array of Polygon coordinate arrays, as described in the GeoJSON RFC.
raw docstring

Pointclj/s

A GeoJSON Point geometry object, representing a single position in coordinate space, as specified in the GeoJSON RFC.

A GeoJSON Point geometry object, representing a single
position in coordinate space, as specified in the GeoJSON RFC.
raw docstring

Polygonclj/s

A GeoJSON Polygon geometry object, representing an array of LinearRing coordinate arrays, as defined in the GeoJSON RFC.

A GeoJSON Polygon geometry object, representing an array
of LinearRing coordinate arrays, as defined in the GeoJSON RFC.
raw docstring

Positionclj/s

A position in GeoJSON, defined as an array of numbers representing longitude, latitude, and optionally altitude, per the GeoJSON RFC.

A position in GeoJSON, defined as an array of numbers representing
longitude, latitude, and optionally altitude, per the GeoJSON RFC.
raw docstring

Propertiesclj/s

A GeoJSON properties object, representing a map of arbitrary name-value pairs, as described in the GeoJSON RFC.

A GeoJSON properties object, representing a map of
arbitrary name-value pairs, as described in the GeoJSON RFC.
raw docstring

valid-geojson?clj/s

A validation function that checks if a value conforms to the GeoJSON schema.

A validation function that checks if a value conforms to the GeoJSON schema.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close