1. 切片工程
V3DTILES API
  • 【V3DTILES API】说明文档
  • 切片工程
    • 获取工程列表
      POST
    • 获取工程详情
      POST
    • 根据工程名称获取工程ID
      POST
    • 保存工程
      POST
    • 批量删除工程
      POST
  • 切片任务
    • 执行任务
      POST
    • 获取执行中任务列表
      POST
    • 获取已执行任务列表
      POST
    • 获取任务详情
      POST
    • 批量取消正在执行的任务
      POST
    • 取消所有正在执行的任务
      POST
    • 批量删除已完成的任务
      POST
    • 删除所有已完成的任务
      POST
  • 服务分发
    • 发布任务输出成果为服务
      POST
    • 获取服务列表
      POST
    • 获取服务详情
      POST
    • 启用/停用服务
      POST
    • 批量删除服务
      POST
    • 访问服务
      GET
  • 数据模型
    • 切片工程
      • 切片工程【基础信息】
      • 矢量数据转3DTiles工程
      • 倾斜模型转3DTiles工程
      • 遥感影像切片工程
      • 地形切片工程
      • 倾斜模型裁切工程
      • 点云转3DTiles工程
      • 通用模型切片
    • 切片任务
      • 切片任务【提交参数】
      • 切片任务【完整字段】
    • 服务分发
      • 服务
    • 通用
      • 接口响应模板
      • 工程类型
      • 工程类型(查询参数)
      • 几何压缩类型
      • 纹理类型
      • 任务所处阶段
      • 任务执行结果
      • 服务类型
      • 服务类型(查询参数)
      • 服务分发-切片规则
      • 分页查询字段
      • 分页响应字段
  1. 切片工程

矢量数据转3DTiles工程

type = 1
切片工程 -- 数据源 -- 图层 -- 字段。共4级配置项。

{
    "id": "string",
    "name": "string",
    "type": 1,
    "create_time": 0,
    "update_time": 0,
    "output_dir": "string",
    "comment": "string",
    "is_generate_outline": true,
    "min_num_models_per_tile": 0,
    "tile_file_type": 1,
    "refine": 1,
    "geometry_compression": 0,
    "tiling_scheme_levels": [
        {
            "id": "string",
            "level": 0,
            "geometric_error": 0,
            "area_max": 0,
            "area_min": 0,
            "height_max": 0,
            "height_min": 0
        }
    ],
    "data_sources": [
        {
            "id": "string",
            "name": "string",
            "type": 1,
            "connection": "string",
            "order_num": 0,
            "comment": "string",
            "layers": [
                {
                    "id": "string",
                    "name": "string",
                    "is_sql_layer": true,
                    "sql": "string",
                    "use_z_coordinate": true,
                    "is_fixed_base_height": true,
                    "field_name_base_height": "string",
                    "fixed_base_height": 0,
                    "is_fixed_height": true,
                    "fixed_height": 0,
                    "field_name_height": "string",
                    "order_num": 0,
                    "comment": "string",
                    "fields": [
                        {
                            "id": "string",
                            "name": "string",
                            "is_fixed_value": true,
                            "layer_field_name": "string",
                            "fixed_value_type": 1,
                            "fixed_value": "string",
                            "order_num": 0,
                            "comment": "string"
                        }
                    ]
                }
            ]
        }
    ]
}
Built with