schangxiang@126.com
2025-09-19 df5675b4e548eff2dbab6c780b173c346551f508
1
{"version":3,"sources":["../../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":"../.."}