GeoJSON RFC-7946 compliant spec
GeoJSON RFC-7946 compliant spec
(assert-geojson! data)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.
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
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.
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.
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.
The default schema for validating GeoJSON object
The default schema for validating GeoJSON object
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.
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.
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.
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.
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.
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.
A GeoJSON MultiPoint geometry object, representing an array of Point positions.
A GeoJSON MultiPoint geometry object, representing an array of Point positions.
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.
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.
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.
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.
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.
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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |