Interface SemanticOdataOutputGeometryExperimental

interface SemanticOdataOutputGeometry {
    crs: ExecutableCrsBinding;
    field: string;
    layout: "xy";
    propertyPath: string;
    spatialType: "geometry" | "geography";
}

Properties

field: string
layout
propertyPath: string
spatialType: "geometry" | "geography"