170 lines
4.5 KiB
JSON
170 lines
4.5 KiB
JSON
{
|
|
"$id": "https://schema.ideas.cnpc/json/master-data/seismic/survey.1.0.0.json",
|
|
"type": "object",
|
|
"title": "地震工区",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"required": [
|
|
"projectId",
|
|
"surveyId",
|
|
"surveyName",
|
|
"surveyTypeCode",
|
|
"surveyTypeName",
|
|
"replacementVelocity",
|
|
"datumElevation",
|
|
"unifiedCordAx",
|
|
"unifiedCordAy",
|
|
"unifiedCordBx",
|
|
"unifiedCordBy",
|
|
"unifiedCordCx",
|
|
"unifiedCordCy",
|
|
"unifiedCordDx",
|
|
"unifiedCordDy",
|
|
"maxCmpNo",
|
|
"minCmpNo",
|
|
"coordinateSysId",
|
|
"coordinateSysName",
|
|
"originX",
|
|
"originY",
|
|
"xnAngle",
|
|
"ynAngle",
|
|
"cmpSpacing",
|
|
"inlineSpacing",
|
|
"inlineMax",
|
|
"inlineMin"
|
|
],
|
|
"identityId": [
|
|
"projectId",
|
|
"surveyId"
|
|
],
|
|
"properties": {
|
|
"boType": {
|
|
"type": "string",
|
|
"title": "对象类型"
|
|
},
|
|
"cmpInc": {
|
|
"type": "integer",
|
|
"title": "cmp编号间隔"
|
|
},
|
|
"originX": {
|
|
"type": "number",
|
|
"title": "网格原点的统一坐标X值"
|
|
},
|
|
"originY": {
|
|
"type": "number",
|
|
"title": "网格原点的统一坐标Y值"
|
|
},
|
|
"xnAngle": {
|
|
"type": "number",
|
|
"title": "网格X坐标轴与统一坐标系纵轴的夹角"
|
|
},
|
|
"ynAngle": {
|
|
"type": "number",
|
|
"title": "网格Y坐标轴与统一坐标系纵轴的夹角"
|
|
},
|
|
"maxCmpNo": {
|
|
"type": "integer",
|
|
"title": "最大CMP"
|
|
},
|
|
"minCmpNo": {
|
|
"type": "integer",
|
|
"title": "最小CMP"
|
|
},
|
|
"surveyId": {
|
|
"type": "string",
|
|
"title": "工区Id"
|
|
},
|
|
"inlineInc": {
|
|
"type": "integer",
|
|
"title": "Inline编号间隔"
|
|
},
|
|
"inlineMax": {
|
|
"type": "integer",
|
|
"title": "Inline最大值"
|
|
},
|
|
"inlineMin": {
|
|
"type": "integer",
|
|
"title": "Inline最小值"
|
|
},
|
|
"projectId": {
|
|
"type": "string",
|
|
"title": "项目Id"
|
|
},
|
|
"cmpSpacing": {
|
|
"type": "number",
|
|
"title": "CMP面元间距"
|
|
},
|
|
"surveyName": {
|
|
"type": "string",
|
|
"title": "工区名称"
|
|
},
|
|
"inlineSpacing": {
|
|
"type": "number",
|
|
"title": "Inline面元间距"
|
|
},
|
|
"unifiedCordAx": {
|
|
"geom": "Polygon.x.bbox.a",
|
|
"type": "number",
|
|
"title": "A点横坐标值"
|
|
},
|
|
"unifiedCordAy": {
|
|
"geom": "Polygon.y.bbox.a",
|
|
"type": "number",
|
|
"title": "A点纵坐标值"
|
|
},
|
|
"unifiedCordBx": {
|
|
"geom": "Polygon.x.bbox.b",
|
|
"type": "number",
|
|
"title": "B点横坐标值"
|
|
},
|
|
"unifiedCordBy": {
|
|
"geom": "Polygon.y.bbox.b",
|
|
"type": "number",
|
|
"title": "B点纵坐标值"
|
|
},
|
|
"unifiedCordCx": {
|
|
"geom": "Polygon.x.bbox.c",
|
|
"type": "number",
|
|
"title": "C点横坐标值"
|
|
},
|
|
"unifiedCordCy": {
|
|
"geom": "Polygon.y.bbox.c",
|
|
"type": "number",
|
|
"title": "C点纵坐标值"
|
|
},
|
|
"unifiedCordDx": {
|
|
"geom": "Polygon.x.bbox.d",
|
|
"type": "number",
|
|
"title": "D点横坐标值"
|
|
},
|
|
"unifiedCordDy": {
|
|
"geom": "Polygon.y.bbox.d",
|
|
"type": "number",
|
|
"title": "D点纵坐标值"
|
|
},
|
|
"datumElevation": {
|
|
"type": "number",
|
|
"title": "基准面"
|
|
},
|
|
"surveyTypeCode": {
|
|
"type": "string",
|
|
"title": "工区类型代码"
|
|
},
|
|
"surveyTypeName": {
|
|
"type": "string",
|
|
"title": "工区类型名称 "
|
|
},
|
|
"coordinateSysId": {
|
|
"geom": "Polygon.srid.bbox",
|
|
"type": "string",
|
|
"title": "坐标系统唯一标识符ID"
|
|
},
|
|
"coordinateSysName": {
|
|
"type": "string",
|
|
"title": "坐标系统唯一标识符名称"
|
|
},
|
|
"replacementVelocity": {
|
|
"type": "number",
|
|
"title": "替换速度"
|
|
}
|
|
}
|
|
} |