سجلات

سجلات

عوامل التصفية المستخدمة إلغاء الكل

لا يوجد عامل التصفية

تصفية

Districts area

المرفقات

انقر للتوسيع انقر للطي

مخطط مجموعة البيانات

انقر للتوسيع انقر للطي
Geo Point
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
geo_point_2d
نوع
geo_point_2d
عينة
                       
Geo Shape
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
geo_shape
نوع
geo_shape
عينة
                       
OBJECTID
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
objectid
نوع
int
عينة
                       
DataSource
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
datasource
نوع
int
عينة
                       
CreationUs
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
creationus
نوع
نص
عينة
                       
DateCreate
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
datecreate
نوع
datetime
عينة
                       
DateModifi
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
datemodifi
نوع
datetime
عينة
                       
LastUser
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
lastuser
نوع
نص
عينة
                       
PKDistrict
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
pkdistrict
نوع
int
عينة
                       
FkCityID
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
fkcityid
نوع
int
عينة
                       
FkSectorID
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
fksectorid
نوع
int
عينة
                       
DistrictNo
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
districtno
نوع
نص
عينة
                       
ArabicName
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
arabicname
نوع
نص
عينة
                       
EnglishNam
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
englishnam
نوع
نص
عينة
                       
Descriptio
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
descriptio
نوع
نص
عينة
                       
SHAPE_STAr
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
shape_star
نوع
double
عينة
                       
SHAPE_STLe
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
shape_stle
نوع
double
عينة
                       
area_name
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
area_name
نوع
نص
عينة
                       

مخطط JSON

إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.

{
  • "title":"districts-area",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/districts-area"
      }
    ]
    ,
  • "definitions":
    {
    • "districts-area":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/districts-area_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "districts-area_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "datasource":
                {
                • "type":"integer",
                • "title":"DataSource",
                • "description":""
                }
                ,
              • "creationus":
                {
                • "type":"string",
                • "title":"CreationUs",
                • "description":""
                }
                ,
              • "datecreate":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"DateCreate",
                • "description":""
                }
                ,
              • "datemodifi":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"DateModifi",
                • "description":""
                }
                ,
              • "lastuser":
                {
                • "type":"string",
                • "title":"LastUser",
                • "description":""
                }
                ,
              • "pkdistrict":
                {
                • "type":"integer",
                • "title":"PKDistrict",
                • "description":""
                }
                ,
              • "fkcityid":
                {
                • "type":"integer",
                • "title":"FkCityID",
                • "description":""
                }
                ,
              • "fksectorid":
                {
                • "type":"integer",
                • "title":"FkSectorID",
                • "description":""
                }
                ,
              • "districtno":
                {
                • "type":"string",
                • "title":"DistrictNo",
                • "description":""
                }
                ,
              • "arabicname":
                {
                • "type":"string",
                • "title":"ArabicName",
                • "description":""
                }
                ,
              • "englishnam":
                {
                • "type":"string",
                • "title":"EnglishNam",
                • "description":""
                }
                ,
              • "descriptio":
                {
                • "type":"string",
                • "title":"Descriptio",
                • "description":""
                }
                ,
              • "shape_star":
                {
                • "type":"number",
                • "title":"SHAPE_STAr",
                • "description":""
                }
                ,
              • "shape_stle":
                {
                • "type":"number",
                • "title":"SHAPE_STLe",
                • "description":""
                }
                ,
              • "area_name":
                {
                • "type":"string",
                • "title":"area_name",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets