UNPKG

@loaders.gl/i3s

Version:
16 lines 1.51 kB
export type { BoundingVolumes, Mbs, Obb, I3STilesetHeader, I3STileContent, I3STileHeader, SceneLayer3D, AttributeStorageInfo, Field, ESRIField, PopupInfo, Node3DIndexDocument, LodSelection, NodeReference, Resource, MaxScreenThresholdSQ, NodeInPage, SharedResources, Attribute, Extent, FeatureAttribute, FieldInfo, I3SMaterialDefinition, TextureDefinitionInfo, MaterialDefinitionInfo, FullExtent, StatisticsInfo, StatsInfo, Histogram, ValueCount, BuildingSceneSublayer, OperationalLayer, TextureSetDefinitionFormats } from "./types.js"; export type { I3SLoaderOptions } from "./i3s-loader.js"; export { COORDINATE_SYSTEM } from "./lib/parsers/constants.js"; export { I3SLoader } from "./i3s-loader.js"; export { SLPKLoader } from "./i3s-slpk-loader.js"; export { I3SContentLoader } from "./i3s-content-loader.js"; export { I3SAttributeLoader, loadFeatureAttributes } from "./i3s-attribute-loader.js"; export { I3SBuildingSceneLayerLoader } from "./i3s-building-scene-layer-loader.js"; export { I3SNodePageLoader } from "./i3s-node-page-loader.js"; export { ArcGISWebSceneLoader } from "./arcgis-webscene-loader.js"; export { SLPKArchive } from "./lib/parsers/parse-slpk/slpk-archieve.js"; export { parseSLPKArchive } from "./lib/parsers/parse-slpk/parse-slpk.js"; export { LayerError } from "./lib/parsers/parse-arcgis-webscene.js"; export { customizeColors } from "./lib/utils/customize-colors.js"; export { type I3STileAttributes } from "./lib/parsers/parse-i3s-attribute.js"; //# sourceMappingURL=index.d.ts.map