@vcmap/core
    Preparing search index...

    Type Alias I3SOptions

    I3SOptions: LayerOptions & {
        adjustMaterialAlphaMode?: boolean;
        applySymbology?: boolean;
        attributeProvider?: AttributeProvider | VcsObjectOptions;
        calculateNormals?: boolean;
        cesium3dTilesetOptions?: Cesium3DTileset.ConstructorOptions;
        featureVisibility?: FeatureVisibility;
        hasBatchTable?: boolean;
        highlightStyle?: VectorStyleItem | VectorStyleItemOptions;
        lightColor?: string;
        outlineColor?: string;
        screenSpaceError?: number;
        screenSpaceErrorMobile?: number;
        showFeatures?: boolean;
    }

    Type Declaration

    • OptionaladjustMaterialAlphaMode?: boolean
    • OptionalapplySymbology?: boolean
    • OptionalattributeProvider?: AttributeProvider | VcsObjectOptions

      an optional attribute provider to provide custom attributes for the tileset features on load

    • OptionalcalculateNormals?: boolean
    • Optionalcesium3dTilesetOptions?: Cesium3DTileset.ConstructorOptions
    • OptionalfeatureVisibility?: FeatureVisibility
    • OptionalhasBatchTable?: boolean

      A flag to indicate if the layer has batch tables, in which case features attributes are loaded on load

    • OptionalhighlightStyle?: VectorStyleItem | VectorStyleItemOptions
    • OptionallightColor?: string
    • OptionaloutlineColor?: string
    • OptionalscreenSpaceError?: number
    • OptionalscreenSpaceErrorMobile?: number
    • OptionalshowFeatures?: boolean