Interface JFeatureGeometryCreateParams

interface JFeatureGeometryCreateParams {
    crs: {
        property: {
            code: number;
        };
        type: string;
    };
    geometry: Geometry;
    layerId: JId;
    properties?: JAttributeValueByName;
}

Properties

crs: {
    property: {
        code: number;
    };
    type: string;
}

Type declaration

  • property: {
        code: number;
    }
    • code: number
  • type: string
geometry: Geometry
layerId: JId