@itwin/core-common 3.4.0-dev.8 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +68 -1
- package/lib/cjs/Camera.d.ts.map +1 -1
- package/lib/cjs/Camera.js +7 -3
- package/lib/cjs/Camera.js.map +1 -1
- package/lib/cjs/CloudStorage.d.ts +20 -5
- package/lib/cjs/CloudStorage.d.ts.map +1 -1
- package/lib/cjs/CloudStorage.js +13 -3
- package/lib/cjs/CloudStorage.js.map +1 -1
- package/lib/cjs/CloudStorageTileCache.d.ts +4 -1
- package/lib/cjs/CloudStorageTileCache.d.ts.map +1 -1
- package/lib/cjs/CloudStorageTileCache.js +5 -1
- package/lib/cjs/CloudStorageTileCache.js.map +1 -1
- package/lib/cjs/Code.d.ts +10 -4
- package/lib/cjs/Code.d.ts.map +1 -1
- package/lib/cjs/Code.js +6 -2
- package/lib/cjs/Code.js.map +1 -1
- package/lib/cjs/ColorDef.d.ts.map +1 -1
- package/lib/cjs/ColorDef.js +2 -0
- package/lib/cjs/ColorDef.js.map +1 -1
- package/lib/cjs/ConcurrentQuery.d.ts.map +1 -1
- package/lib/cjs/ConcurrentQuery.js +56 -14
- package/lib/cjs/ConcurrentQuery.js.map +1 -1
- package/lib/cjs/ECSchemaProps.d.ts +40 -0
- package/lib/cjs/ECSchemaProps.d.ts.map +1 -0
- package/lib/cjs/ECSchemaProps.js +10 -0
- package/lib/cjs/ECSchemaProps.js.map +1 -0
- package/lib/cjs/ElementProps.d.ts +6 -0
- package/lib/cjs/ElementProps.d.ts.map +1 -1
- package/lib/cjs/ElementProps.js.map +1 -1
- package/lib/cjs/FeatureGates.d.ts.map +1 -1
- package/lib/cjs/FeatureGates.js +6 -2
- package/lib/cjs/FeatureGates.js.map +1 -1
- package/lib/cjs/FeatureIndex.d.ts.map +1 -1
- package/lib/cjs/FeatureIndex.js +5 -1
- package/lib/cjs/FeatureIndex.js.map +1 -1
- package/lib/cjs/FeatureSymbology.d.ts.map +1 -1
- package/lib/cjs/FeatureSymbology.js.map +1 -1
- package/lib/cjs/Fonts.d.ts.map +1 -1
- package/lib/cjs/Fonts.js.map +1 -1
- package/lib/cjs/Frustum.d.ts.map +1 -1
- package/lib/cjs/Frustum.js +55 -21
- package/lib/cjs/Frustum.js.map +1 -1
- package/lib/cjs/Gradient.d.ts +18 -2
- package/lib/cjs/Gradient.d.ts.map +1 -1
- package/lib/cjs/Gradient.js +29 -18
- package/lib/cjs/Gradient.js.map +1 -1
- package/lib/cjs/IModel.d.ts +4 -0
- package/lib/cjs/IModel.d.ts.map +1 -1
- package/lib/cjs/IModel.js +8 -1
- package/lib/cjs/IModel.js.map +1 -1
- package/lib/cjs/Image.d.ts.map +1 -1
- package/lib/cjs/Image.js +3 -1
- package/lib/cjs/Image.js.map +1 -1
- package/lib/cjs/Localization.d.ts +4 -5
- package/lib/cjs/Localization.d.ts.map +1 -1
- package/lib/cjs/Localization.js.map +1 -1
- package/lib/cjs/ModelProps.d.ts +1 -0
- package/lib/cjs/ModelProps.d.ts.map +1 -1
- package/lib/cjs/ModelProps.js.map +1 -1
- package/lib/cjs/QPoint.d.ts +185 -5
- package/lib/cjs/QPoint.d.ts.map +1 -1
- package/lib/cjs/QPoint.js +204 -4
- package/lib/cjs/QPoint.js.map +1 -1
- package/lib/cjs/Render.d.ts.map +1 -1
- package/lib/cjs/Render.js +11 -3
- package/lib/cjs/Render.js.map +1 -1
- package/lib/cjs/SubCategoryOverride.d.ts.map +1 -1
- package/lib/cjs/SubCategoryOverride.js.map +1 -1
- package/lib/cjs/TerrainSettings.d.ts +12 -7
- package/lib/cjs/TerrainSettings.d.ts.map +1 -1
- package/lib/cjs/TerrainSettings.js +2 -1
- package/lib/cjs/TerrainSettings.js.map +1 -1
- package/lib/cjs/ThematicDisplay.d.ts +6 -10
- package/lib/cjs/ThematicDisplay.d.ts.map +1 -1
- package/lib/cjs/ThematicDisplay.js.map +1 -1
- package/lib/cjs/TileProps.d.ts +5 -0
- package/lib/cjs/TileProps.d.ts.map +1 -1
- package/lib/cjs/TileProps.js +12 -1
- package/lib/cjs/TileProps.js.map +1 -1
- package/lib/cjs/ViewFlags.d.ts.map +1 -1
- package/lib/cjs/ViewFlags.js.map +1 -1
- package/lib/cjs/core-common.d.ts +1 -0
- package/lib/cjs/core-common.d.ts.map +1 -1
- package/lib/cjs/core-common.js +1 -0
- package/lib/cjs/core-common.js.map +1 -1
- package/lib/cjs/geometry/BoundingSphere.d.ts.map +1 -1
- package/lib/cjs/geometry/BoundingSphere.js +8 -2
- package/lib/cjs/geometry/BoundingSphere.js.map +1 -1
- package/lib/cjs/geometry/TextString.d.ts.map +1 -1
- package/lib/cjs/geometry/TextString.js.map +1 -1
- package/lib/cjs/ipc/IpcWebSocket.d.ts +3 -0
- package/lib/cjs/ipc/IpcWebSocket.d.ts.map +1 -1
- package/lib/cjs/ipc/IpcWebSocket.js +28 -14
- package/lib/cjs/ipc/IpcWebSocket.js.map +1 -1
- package/lib/cjs/ipc/IpcWebSocketTransport.js +10 -3
- package/lib/cjs/ipc/IpcWebSocketTransport.js.map +1 -1
- package/lib/cjs/rpc/IModelReadRpcInterface.js +1 -1
- package/lib/cjs/rpc/IModelReadRpcInterface.js.map +1 -1
- package/lib/cjs/rpc/IModelTileRpcInterface.d.ts +9 -1
- package/lib/cjs/rpc/IModelTileRpcInterface.d.ts.map +1 -1
- package/lib/cjs/rpc/IModelTileRpcInterface.js +12 -2
- package/lib/cjs/rpc/IModelTileRpcInterface.js.map +1 -1
- package/lib/cjs/rpc/core/RpcConfiguration.js +1 -1
- package/lib/cjs/rpc/core/RpcConfiguration.js.map +1 -1
- package/lib/cjs/rpc/core/RpcConstants.d.ts +3 -1
- package/lib/cjs/rpc/core/RpcConstants.d.ts.map +1 -1
- package/lib/cjs/rpc/core/RpcConstants.js +4 -1
- package/lib/cjs/rpc/core/RpcConstants.js.map +1 -1
- package/lib/cjs/rpc/core/RpcRequest.d.ts.map +1 -1
- package/lib/cjs/rpc/core/RpcRequest.js +8 -2
- package/lib/cjs/rpc/core/RpcRequest.js.map +1 -1
- package/lib/cjs/rpc/web/BentleyCloudRpcProtocol.d.ts.map +1 -1
- package/lib/cjs/rpc/web/BentleyCloudRpcProtocol.js +3 -0
- package/lib/cjs/rpc/web/BentleyCloudRpcProtocol.js.map +1 -1
- package/lib/cjs/rpc/web/WebAppRpcProtocol.d.ts +1 -1
- package/lib/cjs/rpc/web/WebAppRpcProtocol.d.ts.map +1 -1
- package/lib/cjs/rpc/web/WebAppRpcProtocol.js +17 -1
- package/lib/cjs/rpc/web/WebAppRpcProtocol.js.map +1 -1
- package/lib/cjs/rpc/web/WebAppRpcRequest.js +1 -1
- package/lib/cjs/rpc/web/WebAppRpcRequest.js.map +1 -1
- package/lib/cjs/rpc/web/multipart/RpcMultipartParser.d.ts.map +1 -1
- package/lib/cjs/rpc/web/multipart/RpcMultipartParser.js.map +1 -1
- package/lib/cjs/tile/I3dmTileIO.d.ts.map +1 -1
- package/lib/cjs/tile/I3dmTileIO.js.map +1 -1
- package/lib/esm/Camera.d.ts.map +1 -1
- package/lib/esm/Camera.js +7 -3
- package/lib/esm/Camera.js.map +1 -1
- package/lib/esm/CloudStorage.d.ts +20 -5
- package/lib/esm/CloudStorage.d.ts.map +1 -1
- package/lib/esm/CloudStorage.js +13 -3
- package/lib/esm/CloudStorage.js.map +1 -1
- package/lib/esm/CloudStorageTileCache.d.ts +4 -1
- package/lib/esm/CloudStorageTileCache.d.ts.map +1 -1
- package/lib/esm/CloudStorageTileCache.js +5 -1
- package/lib/esm/CloudStorageTileCache.js.map +1 -1
- package/lib/esm/Code.d.ts +10 -4
- package/lib/esm/Code.d.ts.map +1 -1
- package/lib/esm/Code.js +6 -2
- package/lib/esm/Code.js.map +1 -1
- package/lib/esm/ColorDef.d.ts.map +1 -1
- package/lib/esm/ColorDef.js +2 -0
- package/lib/esm/ColorDef.js.map +1 -1
- package/lib/esm/ConcurrentQuery.d.ts.map +1 -1
- package/lib/esm/ConcurrentQuery.js +56 -14
- package/lib/esm/ConcurrentQuery.js.map +1 -1
- package/lib/esm/ECSchemaProps.d.ts +40 -0
- package/lib/esm/ECSchemaProps.d.ts.map +1 -0
- package/lib/esm/ECSchemaProps.js +9 -0
- package/lib/esm/ECSchemaProps.js.map +1 -0
- package/lib/esm/ElementProps.d.ts +6 -0
- package/lib/esm/ElementProps.d.ts.map +1 -1
- package/lib/esm/ElementProps.js.map +1 -1
- package/lib/esm/FeatureGates.d.ts.map +1 -1
- package/lib/esm/FeatureGates.js +6 -2
- package/lib/esm/FeatureGates.js.map +1 -1
- package/lib/esm/FeatureIndex.d.ts.map +1 -1
- package/lib/esm/FeatureIndex.js +5 -1
- package/lib/esm/FeatureIndex.js.map +1 -1
- package/lib/esm/FeatureSymbology.d.ts.map +1 -1
- package/lib/esm/FeatureSymbology.js.map +1 -1
- package/lib/esm/Fonts.d.ts.map +1 -1
- package/lib/esm/Fonts.js.map +1 -1
- package/lib/esm/Frustum.d.ts.map +1 -1
- package/lib/esm/Frustum.js +55 -21
- package/lib/esm/Frustum.js.map +1 -1
- package/lib/esm/Gradient.d.ts +18 -2
- package/lib/esm/Gradient.d.ts.map +1 -1
- package/lib/esm/Gradient.js +29 -18
- package/lib/esm/Gradient.js.map +1 -1
- package/lib/esm/IModel.d.ts +4 -0
- package/lib/esm/IModel.d.ts.map +1 -1
- package/lib/esm/IModel.js +8 -1
- package/lib/esm/IModel.js.map +1 -1
- package/lib/esm/Image.d.ts.map +1 -1
- package/lib/esm/Image.js +3 -1
- package/lib/esm/Image.js.map +1 -1
- package/lib/esm/Localization.d.ts +4 -5
- package/lib/esm/Localization.d.ts.map +1 -1
- package/lib/esm/Localization.js.map +1 -1
- package/lib/esm/ModelProps.d.ts +1 -0
- package/lib/esm/ModelProps.d.ts.map +1 -1
- package/lib/esm/ModelProps.js.map +1 -1
- package/lib/esm/QPoint.d.ts +185 -5
- package/lib/esm/QPoint.d.ts.map +1 -1
- package/lib/esm/QPoint.js +203 -5
- package/lib/esm/QPoint.js.map +1 -1
- package/lib/esm/Render.d.ts.map +1 -1
- package/lib/esm/Render.js +11 -3
- package/lib/esm/Render.js.map +1 -1
- package/lib/esm/SubCategoryOverride.d.ts.map +1 -1
- package/lib/esm/SubCategoryOverride.js.map +1 -1
- package/lib/esm/TerrainSettings.d.ts +12 -7
- package/lib/esm/TerrainSettings.d.ts.map +1 -1
- package/lib/esm/TerrainSettings.js +2 -1
- package/lib/esm/TerrainSettings.js.map +1 -1
- package/lib/esm/ThematicDisplay.d.ts +6 -10
- package/lib/esm/ThematicDisplay.d.ts.map +1 -1
- package/lib/esm/ThematicDisplay.js.map +1 -1
- package/lib/esm/TileProps.d.ts +5 -0
- package/lib/esm/TileProps.d.ts.map +1 -1
- package/lib/esm/TileProps.js +10 -0
- package/lib/esm/TileProps.js.map +1 -1
- package/lib/esm/ViewFlags.d.ts.map +1 -1
- package/lib/esm/ViewFlags.js.map +1 -1
- package/lib/esm/core-common.d.ts +1 -0
- package/lib/esm/core-common.d.ts.map +1 -1
- package/lib/esm/core-common.js +1 -0
- package/lib/esm/core-common.js.map +1 -1
- package/lib/esm/geometry/BoundingSphere.d.ts.map +1 -1
- package/lib/esm/geometry/BoundingSphere.js +8 -2
- package/lib/esm/geometry/BoundingSphere.js.map +1 -1
- package/lib/esm/geometry/TextString.d.ts.map +1 -1
- package/lib/esm/geometry/TextString.js.map +1 -1
- package/lib/esm/ipc/IpcWebSocket.d.ts +3 -0
- package/lib/esm/ipc/IpcWebSocket.d.ts.map +1 -1
- package/lib/esm/ipc/IpcWebSocket.js +28 -14
- package/lib/esm/ipc/IpcWebSocket.js.map +1 -1
- package/lib/esm/ipc/IpcWebSocketTransport.js +10 -3
- package/lib/esm/ipc/IpcWebSocketTransport.js.map +1 -1
- package/lib/esm/rpc/IModelReadRpcInterface.js +1 -1
- package/lib/esm/rpc/IModelReadRpcInterface.js.map +1 -1
- package/lib/esm/rpc/IModelTileRpcInterface.d.ts +9 -1
- package/lib/esm/rpc/IModelTileRpcInterface.d.ts.map +1 -1
- package/lib/esm/rpc/IModelTileRpcInterface.js +12 -2
- package/lib/esm/rpc/IModelTileRpcInterface.js.map +1 -1
- package/lib/esm/rpc/core/RpcConfiguration.js +1 -1
- package/lib/esm/rpc/core/RpcConfiguration.js.map +1 -1
- package/lib/esm/rpc/core/RpcConstants.d.ts +3 -1
- package/lib/esm/rpc/core/RpcConstants.d.ts.map +1 -1
- package/lib/esm/rpc/core/RpcConstants.js +4 -1
- package/lib/esm/rpc/core/RpcConstants.js.map +1 -1
- package/lib/esm/rpc/core/RpcRequest.d.ts.map +1 -1
- package/lib/esm/rpc/core/RpcRequest.js +8 -2
- package/lib/esm/rpc/core/RpcRequest.js.map +1 -1
- package/lib/esm/rpc/web/BentleyCloudRpcProtocol.d.ts.map +1 -1
- package/lib/esm/rpc/web/BentleyCloudRpcProtocol.js +3 -0
- package/lib/esm/rpc/web/BentleyCloudRpcProtocol.js.map +1 -1
- package/lib/esm/rpc/web/WebAppRpcProtocol.d.ts +1 -1
- package/lib/esm/rpc/web/WebAppRpcProtocol.d.ts.map +1 -1
- package/lib/esm/rpc/web/WebAppRpcProtocol.js +17 -1
- package/lib/esm/rpc/web/WebAppRpcProtocol.js.map +1 -1
- package/lib/esm/rpc/web/WebAppRpcRequest.js +1 -1
- package/lib/esm/rpc/web/WebAppRpcRequest.js.map +1 -1
- package/lib/esm/rpc/web/multipart/RpcMultipartParser.d.ts.map +1 -1
- package/lib/esm/rpc/web/multipart/RpcMultipartParser.js.map +1 -1
- package/lib/esm/tile/I3dmTileIO.d.ts.map +1 -1
- package/lib/esm/tile/I3dmTileIO.js.map +1 -1
- package/package.json +10 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Localization.js","sourceRoot":"","sources":["../../src/Localization.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAmGH;;GAEG;AACH,MAAa,iBAAiB;IACrB,KAAK,CAAC,UAAU,KAAoB,CAAC;IACrC,kBAAkB,CAAC,GAAsB,IAAY,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACtG,+BAA+B,CAAC,UAAkB,EAAE,GAAsB,IAAY,OAAO,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC5H,gBAAgB,CAAC,UAAkB,EAAE,GAAsB,IAAY,OAAO,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC7G,gBAAgB,CAAC,WAAmB,IAAY,OAAO,WAAW,CAAC,CAAC,CAAC;IACrE,KAAK,CAAC,iBAAiB,KAAoB,CAAC;IAC5C,mBAAmB,KAAW,CAAC;IAC/B,mBAAmB,KAAgC,OAAO,SAAS,CAAC,CAAC,CAAC;IACtE,eAAe,KAAwB,OAAO,EAAE,CAAC,CAAC,CAAC;IACnD,KAAK,CAAC,cAAc,KAAK,CAAC;CAClC;AAXD,8CAWC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Localization\r\n */\r\n\r\n/** Options for Localization\r\n * @public\r\n */\r\
|
|
1
|
+
{"version":3,"file":"Localization.js","sourceRoot":"","sources":["../../src/Localization.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAmGH;;GAEG;AACH,MAAa,iBAAiB;IACrB,KAAK,CAAC,UAAU,KAAoB,CAAC;IACrC,kBAAkB,CAAC,GAAsB,IAAY,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACtG,+BAA+B,CAAC,UAAkB,EAAE,GAAsB,IAAY,OAAO,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC5H,gBAAgB,CAAC,UAAkB,EAAE,GAAsB,IAAY,OAAO,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC7G,gBAAgB,CAAC,WAAmB,IAAY,OAAO,WAAW,CAAC,CAAC,CAAC;IACrE,KAAK,CAAC,iBAAiB,KAAoB,CAAC;IAC5C,mBAAmB,KAAW,CAAC;IAC/B,mBAAmB,KAAgC,OAAO,SAAS,CAAC,CAAC,CAAC;IACtE,eAAe,KAAwB,OAAO,EAAE,CAAC,CAAC,CAAC;IACnD,KAAK,CAAC,cAAc,KAAK,CAAC;CAClC;AAXD,8CAWC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Localization\r\n */\r\n\r\n/** Options for Localization\r\n * @public\r\n */\r\nexport interface TranslationOptions {\r\n /** for interpolation values */\r\n [key: string]: any;\r\n /**\r\n * defaultValue to return if a translation was not found\r\n */\r\n defaultValue?: any;\r\n /**\r\n * count value used for plurals\r\n */\r\n count?: number;\r\n /**\r\n * used for contexts (eg. male\\female)\r\n */\r\n context?: any;\r\n /**\r\n * override languages to use\r\n */\r\n lngs?: string[];\r\n /**\r\n * override language to lookup key if not found see fallbacks for details\r\n */\r\n fallbackLng?: string;\r\n}\r\n\r\n/** The interface defining the localization requirements of [IModelApp]($frontend).\r\n * @public\r\n * @extensions\r\n */\r\nexport interface Localization {\r\n /** This method must be called and awaited before using an instance of Localization.\r\n * @param namespaces an array of namespaces to load. There must be at least one namespace, and it\r\n * becomes the default namespace.\r\n * @note IModelApp.startup calls this internally, so you should not call this method directly\r\n * except for Localization instances outside of IModelApp (e.g., for tests.)\r\n */\r\n initialize(namespaces: string[]): Promise<void>;\r\n\r\n /** Return the translated value of a key.\r\n * @param key - the key that matches a property in the JSON localization file.\r\n * @note The key includes the namespace, which identifies the particular localization file that contains the property,\r\n * followed by a colon, followed by the property in the JSON file.\r\n * For example:\r\n * ``` ts\r\n * const dataString: string = IModelApp.localization.getLocalizedString(\"iModelJs:BackgroundMap.BingDataAttribution\");\r\n * ```\r\n * assigns to dataString the string with property BackgroundMap.BingDataAttribution from the iModelJs.json localization file.\r\n * @returns The string corresponding to the first key that resolves.\r\n * @throws Error if no keys resolve to a string.\r\n */\r\n getLocalizedString(key: string | string[], options?: TranslationOptions): string;\r\n /** Similar to `getLocalizedString` but the namespace is a separate param and the key does not include the namespace.\r\n * @param namespace - the namespace that identifies the particular localization file that contains the property.\r\n * @param key - the key that matches a property in the JSON localization file.\r\n * @returns The string corresponding to the first key that resolves.\r\n * @throws Error if no keys resolve to a string.\r\n */\r\n getLocalizedStringWithNamespace(namespace: string, key: string | string[], options?: TranslationOptions): string;\r\n /** get the English string for a key. */\r\n getEnglishString(namespace: string, key: string | string[], options?: TranslationOptions): string;\r\n /** Replace all instances of `%{key}` within a string with the translations of those keys.\r\n * For example:\r\n * ``` ts\r\n * \"MyKeys\": {\r\n * \"Key1\": \"First value\",\r\n * \"Key2\": \"Second value\"\r\n * }\r\n * ```\r\n *\r\n * ``` ts\r\n * getLocalizedKeys(\"string with %{MyKeys.Key1} followed by %{MyKeys.Key2}!\"\") // returns \"string with First Value followed by Second Value!\"\r\n * ```\r\n */\r\n getLocalizedKeys(inputString: string): string;\r\n\r\n /** Register a new Namespace and return a Promise that is fulfilled when the content is loaded.\r\n * If the namespace is already registered, its Promise will be returned.\r\n * @param name - the name of the namespace.\r\n * @note - The registerNamespace method starts fetching the appropriate version of the JSON localization file from the server,\r\n * based on the current locale. To make sure that fetch is complete before performing translations from this namespace, await\r\n * fulfillment of returned Promise.\r\n * @see [Localization in iTwin.js]($docs/learning/frontend/Localization.md)\r\n */\r\n registerNamespace(namespace: string): Promise<void>;\r\n /** @internal */\r\n unregisterNamespace(namespace: string): void;\r\n /** @internal */\r\n getNamespacePromise(name: string): Promise<void> | undefined;\r\n /** Get the list of available languages for translations */\r\n getLanguageList(): readonly string[];\r\n /** Change the language for translations. This overrides the language from the browser, for tests. */\r\n changeLanguage(language: string): Promise<void>;\r\n}\r\n\r\n/** An empty [[Localization]] used if one is not provided to [IModelApp]($frontend). Does not perform localizations (merely returns the key.)\r\n * @public\r\n */\r\nexport class EmptyLocalization implements Localization {\r\n public async initialize(): Promise<void> { }\r\n public getLocalizedString(key: string | string[]): string { return typeof (key) == \"string\" ? key : key[0]; }\r\n public getLocalizedStringWithNamespace(_namespace: string, key: string | string[]): string { return this.getLocalizedString(key); }\r\n public getEnglishString(_namespace: string, key: string | string[]): string { return this.getLocalizedString(key); }\r\n public getLocalizedKeys(inputString: string): string { return inputString; }\r\n public async registerNamespace(): Promise<void> { }\r\n public unregisterNamespace(): void { }\r\n public getNamespacePromise(): Promise<void> | undefined { return undefined; }\r\n public getLanguageList(): readonly string[] { return []; }\r\n public async changeLanguage() { }\r\n}\r\n"]}
|
package/lib/cjs/ModelProps.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { EntityProps, EntityQueryParams } from "./EntityProps";
|
|
|
13
13
|
export interface ModelProps extends EntityProps {
|
|
14
14
|
modeledElement: RelatedElementProps;
|
|
15
15
|
name?: string;
|
|
16
|
+
/** @note must always match the model of the [[ModelProps.modeledElement]] */
|
|
16
17
|
parentModel?: Id64String;
|
|
17
18
|
isPrivate?: boolean;
|
|
18
19
|
isTemplate?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelProps.d.ts","sourceRoot":"","sources":["../../src/ModelProps.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAE/D;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,WAAW;IAC7C,cAAc,EAAE,mBAAmB,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,GAAG,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,UAAU,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD;;;;OAIG;IACH,YAAY,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,8GAA8G;IAC9G,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,kIAAkI;IAClI,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,6FAA6F;IAC7F,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
1
|
+
{"version":3,"file":"ModelProps.d.ts","sourceRoot":"","sources":["../../src/ModelProps.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAE/D;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,WAAW;IAC7C,cAAc,EAAE,mBAAmB,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6EAA6E;IAC7E,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,GAAG,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,UAAU,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB;IACzD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD;;;;OAIG;IACH,YAAY,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,8GAA8G;IAC9G,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,kIAAkI;IAClI,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,6FAA6F;IAC7F,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelProps.js","sourceRoot":"","sources":["../../src/ModelProps.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Entities\r\n */\r\n\r\nimport { GuidString, Id64String } from \"@itwin/core-bentley\";\r\nimport { XYProps } from \"@itwin/core-geometry\";\r\nimport { CodeProps } from \"./Code\";\r\nimport { RelatedElementProps } from \"./ElementProps\";\r\nimport { EntityProps, EntityQueryParams } from \"./EntityProps\";\r\n\r\n/** Properties that define a [Model]($docs/bis/guide/fundamentals/model-fundamentals)\r\n * @public\r\n * @extensions\r\n */\r\nexport interface ModelProps extends EntityProps {\r\n modeledElement: RelatedElementProps;\r\n name?: string;\r\n
|
|
1
|
+
{"version":3,"file":"ModelProps.js","sourceRoot":"","sources":["../../src/ModelProps.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Entities\r\n */\r\n\r\nimport { GuidString, Id64String } from \"@itwin/core-bentley\";\r\nimport { XYProps } from \"@itwin/core-geometry\";\r\nimport { CodeProps } from \"./Code\";\r\nimport { RelatedElementProps } from \"./ElementProps\";\r\nimport { EntityProps, EntityQueryParams } from \"./EntityProps\";\r\n\r\n/** Properties that define a [Model]($docs/bis/guide/fundamentals/model-fundamentals)\r\n * @public\r\n * @extensions\r\n */\r\nexport interface ModelProps extends EntityProps {\r\n modeledElement: RelatedElementProps;\r\n name?: string;\r\n /** @note must always match the model of the [[ModelProps.modeledElement]] */\r\n parentModel?: Id64String;\r\n isPrivate?: boolean;\r\n isTemplate?: boolean;\r\n jsonProperties?: any;\r\n}\r\n\r\n/** Properties that specify what model should be loaded.\r\n * @public\r\n * @extensions\r\n */\r\nexport interface ModelLoadProps {\r\n id?: Id64String;\r\n code?: CodeProps;\r\n}\r\n\r\n/** Parameters for performing a query on [Model]($backend) classes.\r\n * @public\r\n * @extensions\r\n */\r\nexport interface ModelQueryParams extends EntityQueryParams {\r\n wantTemplate?: boolean;\r\n wantPrivate?: boolean;\r\n}\r\n\r\n/** Properties that describe a [GeometricModel]($backend)\r\n * @public\r\n * @extensions\r\n */\r\nexport interface GeometricModelProps extends ModelProps {\r\n /** A unique identifier that is updated each time a change affecting the appearance of a geometric element within this model\r\n * is committed to the iModel. In other words, between versions of the iModel, if this value is the same you can\r\n * assume the appearance of all of the geometry in the model is the same (Note: other properties of elements may have changed.)\r\n * If undefined, the state of the geometry is unknown.\r\n */\r\n geometryGuid?: GuidString;\r\n}\r\n\r\n/** Properties that define a [GeometricModel2d]($backend)\r\n * @public\r\n * @extensions\r\n */\r\nexport interface GeometricModel2dProps extends GeometricModelProps {\r\n /** The actual coordinates of (0,0) in modeling coordinates. An offset applied to all modeling coordinates. */\r\n globalOrigin?: XYProps;\r\n}\r\n\r\n/** Properties that define a [GeometricModel3d]($backend)\r\n * @public\r\n * @extensions\r\n */\r\nexport interface GeometricModel3dProps extends GeometricModelProps {\r\n /** If true, then the elements in this GeometricModel3d are not in real-world coordinates and will not be in the spatial index. */\r\n isNotSpatiallyLocated?: boolean;\r\n /** If true, then the elements in this GeometricModel3d are expected to be in an XY plane. */\r\n isPlanProjection?: boolean;\r\n}\r\n"]}
|
package/lib/cjs/QPoint.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/** @packageDocumentation
|
|
2
2
|
* @module Geometry
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { Uint16ArrayBuilder } from "@itwin/core-bentley";
|
|
5
|
+
import { Point2d, Point3d, Range2d, Range3d, Vector2d, Vector3d, XAndY, XYAndZ } from "@itwin/core-geometry";
|
|
5
6
|
/**
|
|
6
7
|
* Provides facilities for quantizing floating point values within a specified range into 16-bit unsigned integers.
|
|
7
8
|
* This is a lossy compression technique.
|
|
@@ -11,6 +12,7 @@ import { Point2d, Point3d, Range2d, Range3d, Vector2d, Vector3d } from "@itwin/c
|
|
|
11
12
|
* These routines are chiefly used by classes like [[QPoint2d]] and [[QPoint3d]] to reduce the space required to store
|
|
12
13
|
* coordinate values for [RenderGraphic]($frontend)s.
|
|
13
14
|
* @public
|
|
15
|
+
* @extensions
|
|
14
16
|
*/
|
|
15
17
|
export declare namespace Quantization {
|
|
16
18
|
const rangeScale16 = 65535;
|
|
@@ -36,6 +38,7 @@ export declare namespace Quantization {
|
|
|
36
38
|
* @see [[QPoint2d]] for the quantized representation of a [Point2d]($core-geometry).
|
|
37
39
|
* @see [[QPoint2dList]] for a list of [[QPoint2d]]s quantized using a [[QParams2d]].
|
|
38
40
|
* @public
|
|
41
|
+
* @extensions
|
|
39
42
|
*/
|
|
40
43
|
export declare class QParams2d {
|
|
41
44
|
/** The origin of the quantization range. */
|
|
@@ -72,6 +75,7 @@ export declare class QParams2d {
|
|
|
72
75
|
* @see [[QParams2d]] to define quantization parameters for a range of points.
|
|
73
76
|
* @see [[QPoint2dList]] for a list of points all quantized to the same range.
|
|
74
77
|
* @public
|
|
78
|
+
* @extensions
|
|
75
79
|
*/
|
|
76
80
|
export declare class QPoint2d {
|
|
77
81
|
private _x;
|
|
@@ -84,8 +88,8 @@ export declare class QPoint2d {
|
|
|
84
88
|
set y(y: number);
|
|
85
89
|
/** Construct with `x` and `y` initialized to zero. */
|
|
86
90
|
constructor();
|
|
87
|
-
/** Initialize this point by quantizing the supplied
|
|
88
|
-
init(pos:
|
|
91
|
+
/** Initialize this point by quantizing the supplied { x, y } using the specified params */
|
|
92
|
+
init(pos: XAndY, params: QParams2d): void;
|
|
89
93
|
/** Create a quantized point from the supplied Point2d using the specified params */
|
|
90
94
|
static create(pos: Point2d, params: QParams2d): QPoint2d;
|
|
91
95
|
/** Initialize `x` and `y` from `src`. */
|
|
@@ -109,8 +113,44 @@ export declare class QPoint2d {
|
|
|
109
113
|
/** Return a Point2d unquantized according to the supplied `params`. If `out` is supplied, it will be modified in-place and returned. */
|
|
110
114
|
unquantize(params: QParams2d, out?: Point2d): Point2d;
|
|
111
115
|
}
|
|
116
|
+
/** A compact representation of a list of [[QPoint2d]]s stored in a `Uint16Array`
|
|
117
|
+
* This representation is particularly useful when passing data to WebGL; for example, see [RealityMeshParams.uvs]($frontend).
|
|
118
|
+
* @see [[QPoint3dBuffer]] for 3d points.
|
|
119
|
+
* @public
|
|
120
|
+
* @extensions
|
|
121
|
+
*/
|
|
122
|
+
export interface QPoint2dBuffer {
|
|
123
|
+
/** The parameters used to quantize the [[points]]. */
|
|
124
|
+
params: QParams2d;
|
|
125
|
+
/** The [[QPoint2d]]s as pairs of unsigned 16-bit integers. The length must be a multiple of 2; the number of points in the array is half the array's length.
|
|
126
|
+
* To obtain the `n`th point, use `QPoint2d.fromScalars(buffer.points[n * 2], buffer.points[n * 2 + 1])`.
|
|
127
|
+
*/
|
|
128
|
+
points: Uint16Array;
|
|
129
|
+
}
|
|
130
|
+
/** @public
|
|
131
|
+
* @extensions
|
|
132
|
+
*/
|
|
133
|
+
export declare namespace QPoint2dBuffer {
|
|
134
|
+
/** Extracts the point at the specified index from a buffer.
|
|
135
|
+
* @param points The buffer in which each consecutive pair of integers is a 2d quantized point.
|
|
136
|
+
* @param pointIndex The index of the point to extract, ranging from zero to one less than the number of points in the buffer.
|
|
137
|
+
* @param result If supplied, a preallocated [[QPoint2d]] to initialize with the result and return.
|
|
138
|
+
* @returns The point at `pointIndex`.
|
|
139
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
140
|
+
*/
|
|
141
|
+
function getQPoint(points: Uint16Array, pointIndex: number, result?: QPoint2d): QPoint2d;
|
|
142
|
+
/** Extracts and unquantizes the point at the specified index from a buffer.
|
|
143
|
+
* @param buffer The array of points and the quantization parameters.
|
|
144
|
+
* @param The index of the point to extract, ranging from zero to one less than the number of points in the buffer.
|
|
145
|
+
* @param result If supplied, a preallocated [Point2d]($core-geometry) to initialize with the result and return.
|
|
146
|
+
* @returns The point at `pointIndex`.
|
|
147
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
148
|
+
*/
|
|
149
|
+
function unquantizePoint(buffer: QPoint2dBuffer, pointIndex: number, result?: Point2d): Point2d;
|
|
150
|
+
}
|
|
112
151
|
/** A list of [[QPoint2d]]s all quantized to the same range.
|
|
113
152
|
* @public
|
|
153
|
+
* @extensions
|
|
114
154
|
*/
|
|
115
155
|
export declare class QPoint2dList {
|
|
116
156
|
/** Parameters used to quantize the points. */
|
|
@@ -149,6 +189,7 @@ export declare class QPoint2dList {
|
|
|
149
189
|
* @see [[QPoint3d]] for the quantized representation of a [Point3d]($core-geometry).
|
|
150
190
|
* @see [[QPoint3dList]] for a list of [[QPoint3d]]s quantized using a [[QParams3d]].
|
|
151
191
|
* @public
|
|
192
|
+
* @extensions
|
|
152
193
|
*/
|
|
153
194
|
export declare class QParams3d {
|
|
154
195
|
/** The origin of the quantization range. */
|
|
@@ -195,6 +236,7 @@ export declare class QParams3d {
|
|
|
195
236
|
* @see [[QParams3d]] to define quantization parameters for a range of points.
|
|
196
237
|
* @see [[QPoint3dList]] for a list of points all quantized to the same range.
|
|
197
238
|
* @public
|
|
239
|
+
* @extensions
|
|
198
240
|
*/
|
|
199
241
|
export declare class QPoint3d {
|
|
200
242
|
private _x;
|
|
@@ -211,8 +253,8 @@ export declare class QPoint3d {
|
|
|
211
253
|
set z(z: number);
|
|
212
254
|
/** Construct with all components initialized to zero. */
|
|
213
255
|
constructor();
|
|
214
|
-
/** Initialize this point by quantizing the supplied
|
|
215
|
-
init(pos:
|
|
256
|
+
/** Initialize this point by quantizing the supplied { x, y, z } using the specified params */
|
|
257
|
+
init(pos: XYAndZ, params: QParams3d): void;
|
|
216
258
|
/** Creates a quantized point from the supplied Point3d using the specified params */
|
|
217
259
|
static create(pos: Point3d, params: QParams3d): QPoint3d;
|
|
218
260
|
/** Set this points components from `src`. */
|
|
@@ -250,8 +292,43 @@ export declare class QPoint3d {
|
|
|
250
292
|
*/
|
|
251
293
|
compare(rhs: QPoint3d): number;
|
|
252
294
|
}
|
|
295
|
+
/** A compact representation of a list of [[QPoint3d]]s stored in a `Uint16Array`.
|
|
296
|
+
* This representation is particularly useful when passing data to WebGL; for example, see [RealityMeshParams.positions]($frontend).
|
|
297
|
+
* @public
|
|
298
|
+
* @extensions
|
|
299
|
+
*/
|
|
300
|
+
export interface QPoint3dBuffer {
|
|
301
|
+
/** The parameters used to quantize the [[points]]. */
|
|
302
|
+
params: QParams3d;
|
|
303
|
+
/** The [[QPoint3d]]s as pairs of unsigned 16-bit integers. The length must be a multiple of 3; the number of points in the array is half the array's length.
|
|
304
|
+
* To obtain the `n`th point, use `QPoint3d.fromScalars(buffer.points[n * 3], buffer.points[n * 3 + 1], buffer.points[n * 3 + 2])`.
|
|
305
|
+
*/
|
|
306
|
+
points: Uint16Array;
|
|
307
|
+
}
|
|
308
|
+
/** @public
|
|
309
|
+
* @extensions
|
|
310
|
+
*/
|
|
311
|
+
export declare namespace QPoint3dBuffer {
|
|
312
|
+
/** Extracts the point at the specified index from a buffer.
|
|
313
|
+
* @param points The buffer in which each consecutive pair of integers is a 3d quantized point.
|
|
314
|
+
* @param pointIndex The index of the point to extract, ranging from zero to one less than the number of points in the buffer.
|
|
315
|
+
* @param result If supplied, a preallocated [[QPoint3d]] to initialize with the result and return.
|
|
316
|
+
* @returns The point at `pointIndex`.
|
|
317
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
318
|
+
*/
|
|
319
|
+
function getQPoint(points: Uint16Array, pointIndex: number, result?: QPoint3d): QPoint3d;
|
|
320
|
+
/** Extracts and unquantizes the point at the specified index from a buffer.
|
|
321
|
+
* @param buffer The array of points and the quantization parameters.
|
|
322
|
+
* @param The index of the point to extract, ranging from zero to one less than the number of points in the buffer.
|
|
323
|
+
* @param result If supplied, a preallocated [Point3d]($core-geometry) to initialize with the result and return.
|
|
324
|
+
* @returns The point at `pointIndex`.
|
|
325
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
326
|
+
*/
|
|
327
|
+
function unquantizePoint(buffer: QPoint3dBuffer, pointIndex: number, result?: Point3d): Point3d;
|
|
328
|
+
}
|
|
253
329
|
/** A list of [[QPoint3d]]s all quantized to the same range.
|
|
254
330
|
* @public
|
|
331
|
+
* @extensions
|
|
255
332
|
*/
|
|
256
333
|
export declare class QPoint3dList {
|
|
257
334
|
/** Parameters used to quantize the points. */
|
|
@@ -297,4 +374,107 @@ export declare class QPoint3dList {
|
|
|
297
374
|
/** An iterator over the points in the list. */
|
|
298
375
|
[Symbol.iterator](): IterableIterator<QPoint3d>;
|
|
299
376
|
}
|
|
377
|
+
/** Options used to construct a [[QPoint2dBufferBuilder]].
|
|
378
|
+
* @beta
|
|
379
|
+
* @extensions
|
|
380
|
+
*/
|
|
381
|
+
interface QPoint2dBufferBuilderOptions {
|
|
382
|
+
/** The range to which the points will be quantized. This must be large enough to contain all of the points that will be added to the buffer. */
|
|
383
|
+
range: Range2d;
|
|
384
|
+
/** The number of points for which to allocate space.
|
|
385
|
+
* @see [TypedArrayBuilderOptions.initialCapacity]($bentley).
|
|
386
|
+
*/
|
|
387
|
+
initialCapacity?: number;
|
|
388
|
+
/** Multiplier used to compute new capacity when resizing the buffer.
|
|
389
|
+
* @see [TypedArrayBuilderOptions.growthFactor]($bentley).
|
|
390
|
+
*/
|
|
391
|
+
growthFactor?: number;
|
|
392
|
+
}
|
|
393
|
+
/** Constructs a [[QPoint2dBuffer]] using a [Uint16ArrayBuilder]($bentley).
|
|
394
|
+
* @public
|
|
395
|
+
* @extensions
|
|
396
|
+
*/
|
|
397
|
+
export declare class QPoint2dBufferBuilder {
|
|
398
|
+
private readonly _scratchQPoint2d;
|
|
399
|
+
/** The parameters used to quantize the points in the [[buffer]]. */
|
|
400
|
+
readonly params: QParams2d;
|
|
401
|
+
/** The buffer that holds the points. */
|
|
402
|
+
readonly buffer: Uint16ArrayBuilder;
|
|
403
|
+
/** Construct a new buffer with a [[length]] of zero. */
|
|
404
|
+
constructor(options: QPoint2dBufferBuilderOptions);
|
|
405
|
+
/** Append a point with the specified quantized coordinates. */
|
|
406
|
+
pushXY(x: number, y: number): void;
|
|
407
|
+
/** Append a point with the specified quantized coordinates. */
|
|
408
|
+
push(pt: XAndY): void;
|
|
409
|
+
/** The number of points currently in the [[buffer]]. */
|
|
410
|
+
get length(): number;
|
|
411
|
+
/** Returns the quantized point at the specified index in [[buffer]].
|
|
412
|
+
* @param pointIndex The index of the point of interest, ranging from zero to one minus the number of points currently in the [[buffer]].
|
|
413
|
+
* @param result If supplied, a [[QPoint2d]] to initialize with the result and return.
|
|
414
|
+
* @returns The quantized point at the specified index in [[buffer]].
|
|
415
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
416
|
+
*/
|
|
417
|
+
get(pointIndex: number, result?: QPoint2d): QPoint2d;
|
|
418
|
+
/** Returns the unquantized point at the specified index in [[buffer]].
|
|
419
|
+
* @param pointIndex The index of the point of interest, ranging from zero to one minus the number of points currently in the [[buffer]].
|
|
420
|
+
* @param result If supplied, a [Point2d]($core-geometry) to initialize with the result and return.
|
|
421
|
+
* @returns The unquantized point at the specified index in [[buffer]].
|
|
422
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
423
|
+
*/
|
|
424
|
+
unquantize(pointIndex: number, result?: Point2d): Point2d;
|
|
425
|
+
/** Obtain a [[QPoint2dBuffer]] containing all of the points that have been appended by this builder. */
|
|
426
|
+
finish(): QPoint2dBuffer;
|
|
427
|
+
}
|
|
428
|
+
/** Options used to construct a [[QPoint3dBufferBuilder]].
|
|
429
|
+
* @beta
|
|
430
|
+
* @extensions
|
|
431
|
+
*/
|
|
432
|
+
interface QPoint3dBufferBuilderOptions {
|
|
433
|
+
/** The range to which the points will be quantized. This must be large enough to contain all of the points that will be added to the buffer. */
|
|
434
|
+
range: Range3d;
|
|
435
|
+
/** The number of points for which to allocate space.
|
|
436
|
+
* @see [TypedArrayBuilderOptions.initialCapacity]($bentley).
|
|
437
|
+
*/
|
|
438
|
+
initialCapacity?: number;
|
|
439
|
+
/** Multiplier used to compute new capacity when resizing the buffer.
|
|
440
|
+
* @see [TypedArrayBuilderOptions.growthFactor]($bentley).
|
|
441
|
+
*/
|
|
442
|
+
growthFactor?: number;
|
|
443
|
+
}
|
|
444
|
+
/** Constructs a [[QPoint3dBuffer]] using a [Uint16ArrayBuilder]($bentley).
|
|
445
|
+
* @public
|
|
446
|
+
* @extensions
|
|
447
|
+
*/
|
|
448
|
+
export declare class QPoint3dBufferBuilder {
|
|
449
|
+
private readonly _scratchQPoint3d;
|
|
450
|
+
/** The parameters used to quantize the points in the [[buffer]]. */
|
|
451
|
+
readonly params: QParams3d;
|
|
452
|
+
/** The buffer that holds the points. */
|
|
453
|
+
readonly buffer: Uint16ArrayBuilder;
|
|
454
|
+
/** Construct a new buffer with a [[length]] of zero. */
|
|
455
|
+
constructor(options: QPoint3dBufferBuilderOptions);
|
|
456
|
+
/** Append a point with the specified quantized coordinates. */
|
|
457
|
+
pushXYZ(x: number, y: number, z: number): void;
|
|
458
|
+
/** Append a point with the specified quantized coordinates. */
|
|
459
|
+
push(pt: XYAndZ): void;
|
|
460
|
+
/** The number of points currently in the [[buffer]]. */
|
|
461
|
+
get length(): number;
|
|
462
|
+
/** Returns the quantized point at the specified index in [[buffer]].
|
|
463
|
+
* @param pointIndex The index of the point of interest, ranging from zero to one minus the number of points currently in the [[buffer]].
|
|
464
|
+
* @param result If supplied, a [[QPoint3d]] to initialize with the result and return.
|
|
465
|
+
* @returns The quantized point at the specified index in [[buffer]].
|
|
466
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
467
|
+
*/
|
|
468
|
+
get(pointIndex: number, result?: QPoint3d): QPoint3d;
|
|
469
|
+
/** Returns the unquantized point at the specified index in [[buffer]].
|
|
470
|
+
* @param pointIndex The index of the point of interest, ranging from zero to one minus the number of points currently in the [[buffer]].
|
|
471
|
+
* @param result If supplied, a [Point3d]($core-geometry) to initialize with the result and return.
|
|
472
|
+
* @returns The unquantized point at the specified index in [[buffer]].
|
|
473
|
+
* @throws Error if `pointIndex` is out of bounds.
|
|
474
|
+
*/
|
|
475
|
+
unquantize(pointIndex: number, result?: Point3d): Point3d;
|
|
476
|
+
/** Obtain a [[QPoint3dBuffer]] containing all of the points that have been appended by this builder. */
|
|
477
|
+
finish(): QPoint3dBuffer;
|
|
478
|
+
}
|
|
479
|
+
export {};
|
|
300
480
|
//# sourceMappingURL=QPoint.d.ts.map
|
package/lib/cjs/QPoint.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPoint.d.ts","sourceRoot":"","sources":["../../src/QPoint.ts"],"names":[],"mappings":"AAIA;;GAEG;
|
|
1
|
+
{"version":3,"file":"QPoint.d.ts","sourceRoot":"","sources":["../../src/QPoint.ts"],"names":[],"mappings":"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"}
|