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
}
}
}
A float64 represented as a string
View raw schema
{
"type": "string",
"description": "A float64 represented as a string"
}
JsonFG LineString
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"refs": [
"org.custorium.temp.jsonfg.coordRefSys#singleRefSys",
"org.custorium.temp.jsonfg.coordRefSys#multiRefSys"
],
"type": "union"
},
"coordinates": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
}
}
},
"description": "JsonFG LineString"
}
JsonFG MultiLineString
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"refs": [
"org.custorium.temp.jsonfg.coordRefSys#singleRefSys",
"org.custorium.temp.jsonfg.coordRefSys#multiRefSys"
],
"type": "union"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
},
"minLength": 2
}
}
},
"description": "JsonFG MultiLineString"
}
JsonFG MultiPoint
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"refs": [
"org.custorium.temp.jsonfg.coordRefSys#singleRefSys",
"org.custorium.temp.jsonfg.coordRefSys#multiRefSys"
],
"type": "union"
},
"coordinates": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
}
}
},
"description": "JsonFG MultiPoint"
}
JsonFG MultiPolygon
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"refs": [
"org.custorium.temp.jsonfg.coordRefSys#singleRefSys",
"org.custorium.temp.jsonfg.coordRefSys#multiRefSys"
],
"type": "union"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
},
"minLength": 4
}
}
}
},
"description": "JsonFG MultiPolygon"
}
JsonFG Point
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"refs": [
"org.custorium.temp.jsonfg.coordRefSys#singleRefSys",
"org.custorium.temp.jsonfg.coordRefSys#multiRefSys"
],
"type": "union"
},
"coordinates": {
"ref": "#position",
"type": "ref"
}
},
"description": "JsonFG Point"
}
JsonFG Polygon
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"coordinates"
],
"properties": {
"bbox": {
"refs": [
"#bbox2d",
"#bbox3d"
],
"type": "union"
},
"coordRefSys": {
"refs": [
"org.custorium.temp.jsonfg.coordRefSys#singleRefSys",
"org.custorium.temp.jsonfg.coordRefSys#multiRefSys"
],
"type": "union"
},
"coordinates": {
"type": "array",
"items": {
"type": "array",
"items": {
"ref": "#position",
"type": "ref"
},
"minLength": 4
}
}
},
"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": {
"type": "integer"
},
"maxLength": 3,
"minLength": 3
}