333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
{"version":3,"sources":["../browser/src/decorator/options/SpatialColumnOptions.ts"],"names":[],"mappings":"","file":"SpatialColumnOptions.js","sourcesContent":["/**\n * Options for spatial columns.\n */\nexport interface SpatialColumnOptions {\n\n    /**\n     * Column type's feature type.\n     * Geometry, Point, Polygon, etc.\n     */\n    spatialFeatureType?: string;\n\n    /**\n     * Column type's SRID.\n     * Spatial Reference ID or EPSG code.\n     */\n    srid?: number;\n\n}\n"],"sourceRoot":"../.."}