No description available.
Properties
No description available.
maxLength: 4 itemsminLength: 4 items
View raw schema
{
"type": "object",
"required": [
"bbox"
],
"properties": {
"bbox": {
"type": "array",
"items": {
"ref": "#float64",
"type": "ref"
},
"maxLength": 4,
"minLength": 4
}
}
}
No description available.
Properties
No description available.
maxLength: 6 itemsminLength: 6 items
View raw schema
{
"type": "object",
"required": [
"bbox"
],
"properties": {
"bbox": {
"type": "array",
"items": {
"ref": "#float64",
"type": "ref"
},
"maxLength": 6,
"minLength": 6
}
}
}
An EPSG:.. coordref system reference
ConstraintsmaxLength: 16 bytes
DefaultEPSG:4326
View raw schema
{
"type": "string",
"default": "EPSG:4326",
"maxLength": 16,
"description": "An EPSG:.. coordref system reference"
}
A float64 represented as an integer should be multiplied with the closest float64exp property in a context so a float64 of 314159265 and a float64exp of -8 would give a float number of 3.14159265
View raw schema
{
"type": "integer",
"description": "A float64 represented as an integer should be multiplied with the closest float64exp property in a context so a float64 of 314159265 and a float64exp of -8 would give a float number of 3.14159265"
}
Base 10 exponent for float
View raw schema
{
"type": "integer",
"default": 0,
"description": "Base 10 exponent for float"
}
JsonFG LineString
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"ref": "#coordref",
"type": "ref"
},
"coordinates": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
}
},
"coordinateExponent": {
"ref": "#float64exp",
"type": "ref"
}
},
"description": "JsonFG LineString"
}
JsonFG MultiLineString
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"ref": "#coordref",
"type": "ref"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
},
"minLength": 2
}
},
"coordinateExponent": {
"ref": "#float64exp",
"type": "ref"
}
},
"description": "JsonFG MultiLineString"
}
JsonFG MultiPoint
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"ref": "#coordref",
"type": "ref"
},
"coordinates": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
}
},
"coordinateExponent": {
"ref": "#float64exp",
"type": "ref"
}
},
"description": "JsonFG MultiPoint"
}
JsonFG MultiPolygon
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"ref": "#coordref",
"type": "ref"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
},
"minLength": 4
}
}
},
"coordinateExponent": {
"ref": "#float64exp",
"type": "ref"
}
},
"description": "JsonFG MultiPolygon"
}
JsonFG Point
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"ref": "#coordref",
"type": "ref"
},
"coordinates": {
"ref": "#position",
"type": "ref"
},
"coordinateExponent": {
"ref": "#float64exp",
"type": "ref"
}
},
"description": "JsonFG Point"
}
JsonFG Polygon
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"ref": "#coordref",
"type": "ref"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
},
"minLength": 4
}
},
"coordinateExponent": {
"ref": "#float64exp",
"type": "ref"
}
},
"description": "JsonFG Polygon"
}
No description available.
View raw schema
{
"type": "array",
"items": {
"ref": "#float64",
"type": "ref"
},
"maxLength": 3,
"minLength": 2
}
No description available.
View raw schema
{
"type": "array",
"items": {
"ref": "#float64",
"type": "ref"
},
"maxLength": 3,
"minLength": 3
}