org.custorium.temp.jsonfg.geometryObject

willem.dobs.nl

Documentation

bbox2d object

No description available.

Properties

bbox array of ref#float64 Required

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
    }
  }
}
bbox3d object

No description available.

Properties

bbox array of ref#float64 Required

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
    }
  }
}
float64 string

A float64 represented as a string

View raw schema
{
  "type": "string",
  "description": "A float64 represented as a string"
}
lineString object

JsonFG LineString

Properties

bbox union Optional

No description available.

Known types:
coordinates array of ref#position Required

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"
}
multiLineString object

JsonFG MultiLineString

Properties

bbox union Optional

No description available.

Known types:
coordinates array of array Required

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"
}
multiPoint object

JsonFG MultiPoint

Properties

bbox union Optional

No description available.

Known types:
coordinates array of ref#position Required

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"
}
multiPolygon object

JsonFG MultiPolygon

Properties

bbox union Optional

No description available.

Known types:
coordinates array of array Required

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"
}
point object

JsonFG Point

Properties

bbox union Optional

No description available.

Known types:
coordinates ref #position Required

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"
}
polygon object

JsonFG Polygon

Properties

bbox union Optional

No description available.

Known types:
coordinates array of array Required

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"
}
position array

No description available.

View raw schema
{
  "type": "array",
  "items": {
    "ref": "#float64",
    "type": "ref"
  },
  "maxLength": 3,
  "minLength": 2
}
position3d array

No description available.

View raw schema
{
  "type": "array",
  "items": {
    "type": "integer"
  },
  "maxLength": 3,
  "minLength": 3
}

Lexicon Garden

@