UNPKG

@itwin/core-common

Version:

iTwin.js components common to frontend and backend

262 lines • 9.23 kB
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ export * from "./AmbientOcclusion"; export * from "./AnalysisStyle"; export * from "./annotation/TextAnnotation"; export * from "./annotation/TextBlock"; export * from "./annotation/TextBlockGeometryProps"; export * from "./annotation/TextBlockLayoutResult"; export * from "./annotation/TextField"; export * from "./annotation/TextStyle"; export * from "./Atmosphere"; export * from "./AuthorizationClient"; export * from "./BackgroundMapProvider"; export * from "./BackgroundMapSettings"; export * from "./Base64EncodedString"; export * from "./BriefcaseTypes"; export * from "./Camera"; export * from "./CatalogIModel"; export * from "./ChangedElements"; export * from "./ChangedEntities"; export * from "./ChangesetProps"; export * from "./ClipStyle"; export * from "./Code"; export * from "./ColorByName"; export * from "./ColorDef"; export * from "./CommonLoggerCategory"; export * from "./ContextRealityModel"; export * from "./DisplayStyleSettings"; export * from "./domains/FunctionalElementProps"; export * from "./domains/GenericElementProps"; export * from "./ECSchemaProps"; export * from "./ECSqlTypes"; export * from "./ElementMesh"; export * from "./ElementProps"; export * from "./EmphasizeElementsProps"; export * from "./EntityProps"; export * from "./EntityReference"; export * from "./Environment"; export * from "./FeatureIndex"; export * from "./FeatureSymbology"; export * from "./FeatureTable"; export * from "./Fonts"; export * from "./Frustum"; export * from "./GenericInstanceFilter"; export * from "./GeoCoordinateServices"; export * from "./geometry/AdditionalTransform"; export * from "./geometry/AreaPattern"; export * from "./geometry/BoundingSphere"; export * from "./geometry/Cartographic"; export * from "./geometry/CoordinateReferenceSystem"; export * from "./geometry/ElementGeometry"; export * from "./geometry/FrustumPlanes"; export * from "./geometry/GeodeticDatum"; export * from "./geometry/GeodeticEllipsoid"; export * from "./geometry/GeometryStream"; export * from "./geometry/ImageGraphic"; export * from "./geometry/LineStyle"; export * from "./geometry/Placement"; export * from "./geometry/Projection"; export * from "./geometry/TextString"; export * from "./GeometryContainment"; export * from "./GeometryParams"; export * from "./GeometrySummary"; export * from "./Gradient"; export * from "./GraphicParams"; export * from "./GroundPlane"; export * from "./HiddenLine"; export * from "./Hilite"; export * from "./HSLColor"; export * from "./HSVColor"; export * from "./Image"; export * from "./IModel"; export * from "./IModelError"; export * from "./IModelVersion"; export * from "./ITwinCoreErrors"; export * from "./ipc/IpcSocket"; export * from "./ipc/IpcWebSocket"; export * from "./ipc/IpcWebSocketTransport"; export * from "./ipc/IpcSession"; export * from "./IpcAppProps"; export * from "./LightSettings"; export * from "./LinePixels"; export * from "./Localization"; export * from "./MapImagerySettings"; export * from "./MapLayerSettings"; export * from "./MassProperties"; export * from "./MaterialProps"; export * from "./ModelClipGroup"; export * from "./ModelProps"; export * from "./NativeAppProps"; export * from "./OctEncodedNormal"; export * from "./ConcurrentQuery"; export * from "./ECSqlReader"; export * from "./PlanarClipMask"; export * from "./ModelGeometryChanges"; export * from "./PlanProjectionSettings"; export * from "./QPoint"; export * from "./RealityDataAccessProps"; export * from "./RealityModelDisplaySettings"; export * from "./RenderPolyline"; export * from "./RenderMaterial"; export * from "./RenderSchedule"; export * from "./RenderTexture"; export * from "./RgbColor"; export * from "./RpcManager"; export * from "./SessionProps"; export * from "./SkyBox"; export * from "./SolarCalculate"; export * from "./SolarShadows"; export * from "./SpatialClassification"; export * from "./SubCategoryAppearance"; export * from "./SubCategoryOverride"; export * from "./CesiumIonAssets"; export * from "./TerrainSettings"; export * from "./TextureMapping"; export * from "./TextureProps"; export * from "./ThematicDisplay"; export * from "./ContourDisplay"; export * from "./Thumbnail"; export * from "./TileProps"; export * from "./Tween"; export * from "./TxnAction"; export * from "./ViewDetails"; export * from "./ViewFlags"; export * from "./ViewProps"; export * from "./rpc/core/RpcConstants"; export * from "./rpc/core/RpcControl"; export * from "./rpc/core/RpcInvocation"; export * from "./rpc/core/RpcSessionInvocation"; export * from "./rpc/core/RpcMarshaling"; export * from "./rpc/core/RpcOperation"; export * from "./rpc/core/RpcPendingQueue"; export * from "./rpc/core/RpcProtocol"; export * from "./rpc/core/RpcRegistry"; export * from "./rpc/core/RpcRequest"; export * from "./rpc/core/RpcRequestContext"; export * from "./rpc/core/RpcRoutingToken"; export * from "./rpc/core/RpcPush"; export * from "./rpc/core/RpcConfiguration"; export * from "./rpc/DevToolsRpcInterface"; export * from "./rpc/IModelReadRpcInterface"; export * from "./rpc/IModelTileRpcInterface"; export * from "./rpc/SnapshotIModelRpcInterface"; export * from "./rpc/TestRpcManager"; export * from "./RpcInterface"; export * from "./rpc/web/BentleyCloudRpcManager"; export * from "./rpc/web/BentleyCloudRpcProtocol"; export * from "./rpc/web/OpenAPI"; export * from "./rpc/web/RpcMultipart"; export * from "./rpc/web/WebAppRpcProtocol"; export * from "./rpc/web/WebAppRpcRequest"; export * from "./rpc/web/WebAppRpcLogging"; export * from "./tile/B3dmTileIO"; export * from "./tile/CompositeTileIO"; export * from "./tile/ElementGraphics"; export * from "./tile/GltfTileIO"; export * from "./tile/I3dmTileIO"; export * from "./tile/IModelTileIO"; export * from "./tile/PntsTileIO"; export * from "./tile/TileIO"; export * from "./tile/TileMetadata"; export * from "./tile/Tileset3dSchema"; export * from "./WhiteOnWhiteReversalSettings"; export * from "./internal/cross-package"; /** @docs-package-description * The core-common package contains classes for working with iModels that can be used in both [frontend]($docs/learning/frontend/index.md) and [backend]($docs/learning/backend/index.md). */ /** * @docs-group-description Entities * Definitions of the "props" interfaces and types that define the [wire format]($docs/learning/wireformat.md) for communication between the frontend and backend about entities (models, elements, etc) contained in an iModel. */ /** * @docs-group-description Codes * Types for working with [Codes]($docs/bis/guide/fundamentals/codes.md). */ /** * @docs-group-description Geometry * Types for working with geometry. */ /** * @docs-group-description Serialization * Types for serializing geometry */ /** * @docs-group-description Views * Types for defining graphical views of the contents of an iModel. */ /** * @docs-group-description DisplayStyles * Types for describing how the contents of Views should be rendered. */ /** * @docs-group-description Rendering * Types describing geometry, views, and symbology for consumption by a display system. */ /** * @docs-group-description Symbology * Types that define the appearance of geometry. */ /** * @docs-group-description iModels * Types for working with [iModels]($docs/learning/IModels.md) in both the frontend and backend. */ /** * @docs-group-description RpcInterface * Types for working with [RpcInterfaces]($docs/learning/RpcInterface.md). */ /** * @docs-group-description IpcSocket * Types for working with [IpcInterfaces]($docs/learning/IpcInterface.md). */ /** * @docs-group-description ECSQL * Types for working with [ECSQL]($docs/learning/ECSQL.md), [Spatial Queries]($docs/learning/SpatialQueries.md), and [ECSQL Geometry Functions]($docs/learning/GeometrySqlFuncs.md). */ /** * @docs-group-description Logging * Logger categories used by this package. */ /** * @docs-group-description CloudStorage * Types for working with Cloud Storage. */ /** * @docs-group-description Tween * Tweening library adapted from tween.js. */ /** * @docs-group-description Tile * Types for working with 3d tile formats. */ /** * @docs-group-description Utils * Miscellaneous utility classes. */ /** * @docs-group-description NativeApp * [Native applications]($docs/learning/NativeApps.md) */ /** * @docs-group-description Localization * Classes for internationalization and localization of your app. */ /** * @docs-group-description Authorization * Classes for managing AccessToken used for all requests in other classes. */ /** * @docs-group-description RealityData * Types for working with the RealityData API. */ /** * @docs-group-description MapLayers * Types for working with the MapLayers API. */ /** * @docs-group-description Annotation * APIs for producing and manipulating annotations like text, dimensions, and labels. */ //# sourceMappingURL=core-common.js.map