Documentation
    Preparing search index...

    Interface EmbeddableAssetArtifact

    interface EmbeddableAssetArtifact {
        category:
            | "PANORAMIC"
            | "LOCALIZATION"
            | "MESH"
            | "POINT_CLOUD"
            | "VECTOR_OR_RASTER"
            | "GENERIC_SINGLE_FILE"
            | "USD"
            | "UCS"
            | "SIMPLIFIED_MESH"
            | "CLASSIFIED_POINT_CLOUD";
        consumptionType: EmbeddableConsumptionType;
        createdAt: Date;
        endpoint: string;
        id: AssetArtifactId;
        mediaType?: string;
        serviceType: | "DOWNLOAD"
        | "DOWNLOAD_ASSET_FILE"
        | "HSPC"
        | "JSON"
        | "LTS"
        | "OGC_3D_TILES"
        | "PANORAMIC"
        | "WFS"
        | "WMS"
        | "WMTS"
        | "ZIP"
        | "COG"
        | "USD"
        | "B2G"
        | "E57"
        | "LAS"
        | "OBJ"
        | "PTS"
        | "BINARY_MAP"
        | "GLB"
        | "GEOTIFF"
        | "LGS"
        | "SLPK"
        | "CUBEMAP_JSON"
        | "GENERIC_FILE"
        | "PACK"
        | "ZIP_ALL_FILES";
    }

    Hierarchy (View Summary)

    Index

    Properties

    category:
        | "PANORAMIC"
        | "LOCALIZATION"
        | "MESH"
        | "POINT_CLOUD"
        | "VECTOR_OR_RASTER"
        | "GENERIC_SINGLE_FILE"
        | "USD"
        | "UCS"
        | "SIMPLIFIED_MESH"
        | "CLASSIFIED_POINT_CLOUD"

    The category of this artifact. This does not necessarily correspond to the Schema.DataCategoryEnum of the original artifact of the asset in the API.

    consumptionType: EmbeddableConsumptionType
    createdAt: Date

    The date when the artifact was created on the backend.

    endpoint: string

    The id of the artifact.

    mediaType?: string
    serviceType:
        | "DOWNLOAD"
        | "DOWNLOAD_ASSET_FILE"
        | "HSPC"
        | "JSON"
        | "LTS"
        | "OGC_3D_TILES"
        | "PANORAMIC"
        | "WFS"
        | "WMS"
        | "WMTS"
        | "ZIP"
        | "COG"
        | "USD"
        | "B2G"
        | "E57"
        | "LAS"
        | "OBJ"
        | "PTS"
        | "BINARY_MAP"
        | "GLB"
        | "GEOTIFF"
        | "LGS"
        | "SLPK"
        | "CUBEMAP_JSON"
        | "GENERIC_FILE"
        | "PACK"
        | "ZIP_ALL_FILES"