@itwin/core-orbitgt 3.0.0-dev.100
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 +515 -0
- package/lib/cjs/core-orbitgt.d.ts +27 -0
- package/lib/cjs/core-orbitgt.d.ts.map +1 -0
- package/lib/cjs/core-orbitgt.js +59 -0
- package/lib/cjs/core-orbitgt.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/AttributeMask.d.ts +31 -0
- package/lib/cjs/pointcloud/format/opc/AttributeMask.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/AttributeMask.js +48 -0
- package/lib/cjs/pointcloud/format/opc/AttributeMask.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/AttributeReader.d.ts +64 -0
- package/lib/cjs/pointcloud/format/opc/AttributeReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/AttributeReader.js +25 -0
- package/lib/cjs/pointcloud/format/opc/AttributeReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/BlockRecord.d.ts +55 -0
- package/lib/cjs/pointcloud/format/opc/BlockRecord.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/BlockRecord.js +85 -0
- package/lib/cjs/pointcloud/format/opc/BlockRecord.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFile.d.ts +86 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFile.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFile.js +200 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFile.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFilePart.d.ts +56 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFilePart.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFilePart.js +76 -0
- package/lib/cjs/pointcloud/format/opc/ContainerFilePart.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.d.ts +76 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.js +170 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.d.ts +60 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.js +90 -0
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.d.ts +107 -0
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.js +198 -0
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/FileAccess.d.ts +40 -0
- package/lib/cjs/pointcloud/format/opc/FileAccess.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/FileAccess.js +49 -0
- package/lib/cjs/pointcloud/format/opc/FileAccess.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/FileReader.d.ts +119 -0
- package/lib/cjs/pointcloud/format/opc/FileReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/FileReader.js +249 -0
- package/lib/cjs/pointcloud/format/opc/FileReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/FileRecord.d.ts +90 -0
- package/lib/cjs/pointcloud/format/opc/FileRecord.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/FileRecord.js +126 -0
- package/lib/cjs/pointcloud/format/opc/FileRecord.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/GeometryReader.d.ts +80 -0
- package/lib/cjs/pointcloud/format/opc/GeometryReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/GeometryReader.js +164 -0
- package/lib/cjs/pointcloud/format/opc/GeometryReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/GeometryRecord.d.ts +54 -0
- package/lib/cjs/pointcloud/format/opc/GeometryRecord.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/GeometryRecord.js +108 -0
- package/lib/cjs/pointcloud/format/opc/GeometryRecord.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/OPCReader.d.ts +158 -0
- package/lib/cjs/pointcloud/format/opc/OPCReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/OPCReader.js +320 -0
- package/lib/cjs/pointcloud/format/opc/OPCReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/PointReader.d.ts +73 -0
- package/lib/cjs/pointcloud/format/opc/PointReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/PointReader.js +153 -0
- package/lib/cjs/pointcloud/format/opc/PointReader.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.d.ts +64 -0
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.js +93 -0
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.js.map +1 -0
- package/lib/cjs/pointcloud/format/opc/TileRecord.d.ts +89 -0
- package/lib/cjs/pointcloud/format/opc/TileRecord.d.ts.map +1 -0
- package/lib/cjs/pointcloud/format/opc/TileRecord.js +162 -0
- package/lib/cjs/pointcloud/format/opc/TileRecord.js.map +1 -0
- package/lib/cjs/pointcloud/model/AttributeTypes.d.ts +38 -0
- package/lib/cjs/pointcloud/model/AttributeTypes.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/AttributeTypes.js +65 -0
- package/lib/cjs/pointcloud/model/AttributeTypes.js.map +1 -0
- package/lib/cjs/pointcloud/model/AttributeValue.d.ts +248 -0
- package/lib/cjs/pointcloud/model/AttributeValue.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/AttributeValue.js +509 -0
- package/lib/cjs/pointcloud/model/AttributeValue.js.map +1 -0
- package/lib/cjs/pointcloud/model/BlockIndex.d.ts +50 -0
- package/lib/cjs/pointcloud/model/BlockIndex.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/BlockIndex.js +49 -0
- package/lib/cjs/pointcloud/model/BlockIndex.js.map +1 -0
- package/lib/cjs/pointcloud/model/CloudPoint.d.ts +211 -0
- package/lib/cjs/pointcloud/model/CloudPoint.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/CloudPoint.js +319 -0
- package/lib/cjs/pointcloud/model/CloudPoint.js.map +1 -0
- package/lib/cjs/pointcloud/model/Grid.d.ts +92 -0
- package/lib/cjs/pointcloud/model/Grid.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/Grid.js +130 -0
- package/lib/cjs/pointcloud/model/Grid.js.map +1 -0
- package/lib/cjs/pointcloud/model/GridIndex.d.ts +67 -0
- package/lib/cjs/pointcloud/model/GridIndex.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/GridIndex.js +94 -0
- package/lib/cjs/pointcloud/model/GridIndex.js.map +1 -0
- package/lib/cjs/pointcloud/model/PointAttribute.d.ts +209 -0
- package/lib/cjs/pointcloud/model/PointAttribute.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/PointAttribute.js +375 -0
- package/lib/cjs/pointcloud/model/PointAttribute.js.map +1 -0
- package/lib/cjs/pointcloud/model/PointCloudReader.d.ts +157 -0
- package/lib/cjs/pointcloud/model/PointCloudReader.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/PointCloudReader.js +190 -0
- package/lib/cjs/pointcloud/model/PointCloudReader.js.map +1 -0
- package/lib/cjs/pointcloud/model/PointData.d.ts +18 -0
- package/lib/cjs/pointcloud/model/PointData.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/PointData.js +25 -0
- package/lib/cjs/pointcloud/model/PointData.js.map +1 -0
- package/lib/cjs/pointcloud/model/PointDataRaw.d.ts +35 -0
- package/lib/cjs/pointcloud/model/PointDataRaw.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/PointDataRaw.js +70 -0
- package/lib/cjs/pointcloud/model/PointDataRaw.js.map +1 -0
- package/lib/cjs/pointcloud/model/ReadRequest.d.ts +176 -0
- package/lib/cjs/pointcloud/model/ReadRequest.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/ReadRequest.js +240 -0
- package/lib/cjs/pointcloud/model/ReadRequest.js.map +1 -0
- package/lib/cjs/pointcloud/model/StandardAttributes.d.ts +41 -0
- package/lib/cjs/pointcloud/model/StandardAttributes.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/StandardAttributes.js +48 -0
- package/lib/cjs/pointcloud/model/StandardAttributes.js.map +1 -0
- package/lib/cjs/pointcloud/model/TileIndex.d.ts +48 -0
- package/lib/cjs/pointcloud/model/TileIndex.d.ts.map +1 -0
- package/lib/cjs/pointcloud/model/TileIndex.js +48 -0
- package/lib/cjs/pointcloud/model/TileIndex.js.map +1 -0
- package/lib/cjs/pointcloud/render/AViewRequest.d.ts +39 -0
- package/lib/cjs/pointcloud/render/AViewRequest.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/AViewRequest.js +25 -0
- package/lib/cjs/pointcloud/render/AViewRequest.js.map +1 -0
- package/lib/cjs/pointcloud/render/Block.d.ts +68 -0
- package/lib/cjs/pointcloud/render/Block.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/Block.js +120 -0
- package/lib/cjs/pointcloud/render/Block.js.map +1 -0
- package/lib/cjs/pointcloud/render/DataManager.d.ts +137 -0
- package/lib/cjs/pointcloud/render/DataManager.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/DataManager.js +343 -0
- package/lib/cjs/pointcloud/render/DataManager.js.map +1 -0
- package/lib/cjs/pointcloud/render/FrameData.d.ts +31 -0
- package/lib/cjs/pointcloud/render/FrameData.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/FrameData.js +40 -0
- package/lib/cjs/pointcloud/render/FrameData.js.map +1 -0
- package/lib/cjs/pointcloud/render/Level.d.ts +91 -0
- package/lib/cjs/pointcloud/render/Level.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/Level.js +120 -0
- package/lib/cjs/pointcloud/render/Level.js.map +1 -0
- package/lib/cjs/pointcloud/render/TileLoadSorter.d.ts +61 -0
- package/lib/cjs/pointcloud/render/TileLoadSorter.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/TileLoadSorter.js +100 -0
- package/lib/cjs/pointcloud/render/TileLoadSorter.js.map +1 -0
- package/lib/cjs/pointcloud/render/ViewTree.d.ts +114 -0
- package/lib/cjs/pointcloud/render/ViewTree.d.ts.map +1 -0
- package/lib/cjs/pointcloud/render/ViewTree.js +364 -0
- package/lib/cjs/pointcloud/render/ViewTree.js.map +1 -0
- package/lib/cjs/spatial/crs/CRSEngine.d.ts +56 -0
- package/lib/cjs/spatial/crs/CRSEngine.d.ts.map +1 -0
- package/lib/cjs/spatial/crs/CRSEngine.js +94 -0
- package/lib/cjs/spatial/crs/CRSEngine.js.map +1 -0
- package/lib/cjs/spatial/crs/CRSManager.d.ts +50 -0
- package/lib/cjs/spatial/crs/CRSManager.d.ts.map +1 -0
- package/lib/cjs/spatial/crs/CRSManager.js +110 -0
- package/lib/cjs/spatial/crs/CRSManager.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Axis.d.ts +78 -0
- package/lib/cjs/spatial/ecrs/Axis.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Axis.js +94 -0
- package/lib/cjs/spatial/ecrs/Axis.js.map +1 -0
- package/lib/cjs/spatial/ecrs/CRS.d.ts +448 -0
- package/lib/cjs/spatial/ecrs/CRS.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/CRS.js +931 -0
- package/lib/cjs/spatial/ecrs/CRS.js.map +1 -0
- package/lib/cjs/spatial/ecrs/CoordinateSystem.d.ts +143 -0
- package/lib/cjs/spatial/ecrs/CoordinateSystem.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/CoordinateSystem.js +327 -0
- package/lib/cjs/spatial/ecrs/CoordinateSystem.js.map +1 -0
- package/lib/cjs/spatial/ecrs/DataFileUnit.d.ts +11 -0
- package/lib/cjs/spatial/ecrs/DataFileUnit.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/DataFileUnit.js +105 -0
- package/lib/cjs/spatial/ecrs/DataFileUnit.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Datum.d.ts +112 -0
- package/lib/cjs/spatial/ecrs/Datum.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Datum.js +167 -0
- package/lib/cjs/spatial/ecrs/Datum.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Ellipsoid.d.ts +189 -0
- package/lib/cjs/spatial/ecrs/Ellipsoid.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Ellipsoid.js +337 -0
- package/lib/cjs/spatial/ecrs/Ellipsoid.js.map +1 -0
- package/lib/cjs/spatial/ecrs/OnlineEngine.d.ts +49 -0
- package/lib/cjs/spatial/ecrs/OnlineEngine.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/OnlineEngine.js +103 -0
- package/lib/cjs/spatial/ecrs/OnlineEngine.js.map +1 -0
- package/lib/cjs/spatial/ecrs/OnlineRegistry.d.ts +38 -0
- package/lib/cjs/spatial/ecrs/OnlineRegistry.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/OnlineRegistry.js +77 -0
- package/lib/cjs/spatial/ecrs/OnlineRegistry.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Operation.d.ts +192 -0
- package/lib/cjs/spatial/ecrs/Operation.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Operation.js +346 -0
- package/lib/cjs/spatial/ecrs/Operation.js.map +1 -0
- package/lib/cjs/spatial/ecrs/OperationMethod.d.ts +72 -0
- package/lib/cjs/spatial/ecrs/OperationMethod.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/OperationMethod.js +76 -0
- package/lib/cjs/spatial/ecrs/OperationMethod.js.map +1 -0
- package/lib/cjs/spatial/ecrs/ParameterValue.d.ts +50 -0
- package/lib/cjs/spatial/ecrs/ParameterValue.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/ParameterValue.js +66 -0
- package/lib/cjs/spatial/ecrs/ParameterValue.js.map +1 -0
- package/lib/cjs/spatial/ecrs/ParameterValueList.d.ts +73 -0
- package/lib/cjs/spatial/ecrs/ParameterValueList.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/ParameterValueList.js +121 -0
- package/lib/cjs/spatial/ecrs/ParameterValueList.js.map +1 -0
- package/lib/cjs/spatial/ecrs/PrimeMeridian.d.ts +79 -0
- package/lib/cjs/spatial/ecrs/PrimeMeridian.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/PrimeMeridian.js +109 -0
- package/lib/cjs/spatial/ecrs/PrimeMeridian.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Registry.d.ts +110 -0
- package/lib/cjs/spatial/ecrs/Registry.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Registry.js +208 -0
- package/lib/cjs/spatial/ecrs/Registry.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Transform.d.ts +78 -0
- package/lib/cjs/spatial/ecrs/Transform.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Transform.js +397 -0
- package/lib/cjs/spatial/ecrs/Transform.js.map +1 -0
- package/lib/cjs/spatial/ecrs/Unit.d.ts +171 -0
- package/lib/cjs/spatial/ecrs/Unit.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/Unit.js +337 -0
- package/lib/cjs/spatial/ecrs/Unit.js.map +1 -0
- package/lib/cjs/spatial/ecrs/VerticalModel.d.ts +70 -0
- package/lib/cjs/spatial/ecrs/VerticalModel.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/VerticalModel.js +89 -0
- package/lib/cjs/spatial/ecrs/VerticalModel.js.map +1 -0
- package/lib/cjs/spatial/ecrs/WellKnownText.d.ts +154 -0
- package/lib/cjs/spatial/ecrs/WellKnownText.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/WellKnownText.js +495 -0
- package/lib/cjs/spatial/ecrs/WellKnownText.js.map +1 -0
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.d.ts +70 -0
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.js +129 -0
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.d.ts +102 -0
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.js +163 -0
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts +80 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.js +126 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts +48 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js +74 -0
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.d.ts +73 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.js +130 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.d.ts +121 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.js +180 -0
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.d.ts +74 -0
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.js +113 -0
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.d.ts +97 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.js +174 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.d.ts +124 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.js +209 -0
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.js.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.d.ts +109 -0
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.js +184 -0
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.js.map +1 -0
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.d.ts +91 -0
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.d.ts.map +1 -0
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.js +131 -0
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.js.map +1 -0
- package/lib/cjs/spatial/geom/Bounds.d.ts +34 -0
- package/lib/cjs/spatial/geom/Bounds.d.ts.map +1 -0
- package/lib/cjs/spatial/geom/Bounds.js +157 -0
- package/lib/cjs/spatial/geom/Bounds.js.map +1 -0
- package/lib/cjs/spatial/geom/Coordinate.d.ts +62 -0
- package/lib/cjs/spatial/geom/Coordinate.d.ts.map +1 -0
- package/lib/cjs/spatial/geom/Coordinate.js +187 -0
- package/lib/cjs/spatial/geom/Coordinate.js.map +1 -0
- package/lib/cjs/spatial/geom/Line.d.ts +226 -0
- package/lib/cjs/spatial/geom/Line.d.ts.map +1 -0
- package/lib/cjs/spatial/geom/Line.js +433 -0
- package/lib/cjs/spatial/geom/Line.js.map +1 -0
- package/lib/cjs/spatial/geom/Transform.d.ts +341 -0
- package/lib/cjs/spatial/geom/Transform.d.ts.map +1 -0
- package/lib/cjs/spatial/geom/Transform.js +749 -0
- package/lib/cjs/spatial/geom/Transform.js.map +1 -0
- package/lib/cjs/system/buffer/ABuffer.d.ts +52 -0
- package/lib/cjs/system/buffer/ABuffer.d.ts.map +1 -0
- package/lib/cjs/system/buffer/ABuffer.js +91 -0
- package/lib/cjs/system/buffer/ABuffer.js.map +1 -0
- package/lib/cjs/system/buffer/Float32Buffer.d.ts +47 -0
- package/lib/cjs/system/buffer/Float32Buffer.d.ts.map +1 -0
- package/lib/cjs/system/buffer/Float32Buffer.js +61 -0
- package/lib/cjs/system/buffer/Float32Buffer.js.map +1 -0
- package/lib/cjs/system/buffer/LittleEndian.d.ts +150 -0
- package/lib/cjs/system/buffer/LittleEndian.d.ts.map +1 -0
- package/lib/cjs/system/buffer/LittleEndian.js +304 -0
- package/lib/cjs/system/buffer/LittleEndian.js.map +1 -0
- package/lib/cjs/system/buffer/Uint16Buffer.d.ts +50 -0
- package/lib/cjs/system/buffer/Uint16Buffer.d.ts.map +1 -0
- package/lib/cjs/system/buffer/Uint16Buffer.js +66 -0
- package/lib/cjs/system/buffer/Uint16Buffer.js.map +1 -0
- package/lib/cjs/system/buffer/Uint8Buffer.d.ts +50 -0
- package/lib/cjs/system/buffer/Uint8Buffer.d.ts.map +1 -0
- package/lib/cjs/system/buffer/Uint8Buffer.js +66 -0
- package/lib/cjs/system/buffer/Uint8Buffer.js.map +1 -0
- package/lib/cjs/system/collection/AList.d.ts +31 -0
- package/lib/cjs/system/collection/AList.d.ts.map +1 -0
- package/lib/cjs/system/collection/AList.js +71 -0
- package/lib/cjs/system/collection/AList.js.map +1 -0
- package/lib/cjs/system/collection/IntMap.d.ts +19 -0
- package/lib/cjs/system/collection/IntMap.d.ts.map +1 -0
- package/lib/cjs/system/collection/IntMap.js +36 -0
- package/lib/cjs/system/collection/IntMap.js.map +1 -0
- package/lib/cjs/system/collection/StringMap.d.ts +27 -0
- package/lib/cjs/system/collection/StringMap.d.ts.map +1 -0
- package/lib/cjs/system/collection/StringMap.js +64 -0
- package/lib/cjs/system/collection/StringMap.js.map +1 -0
- package/lib/cjs/system/io/ABufferInStream.d.ts +30 -0
- package/lib/cjs/system/io/ABufferInStream.d.ts.map +1 -0
- package/lib/cjs/system/io/ABufferInStream.js +47 -0
- package/lib/cjs/system/io/ABufferInStream.js.map +1 -0
- package/lib/cjs/system/io/InStream.d.ts +24 -0
- package/lib/cjs/system/io/InStream.d.ts.map +1 -0
- package/lib/cjs/system/io/InStream.js +35 -0
- package/lib/cjs/system/io/InStream.js.map +1 -0
- package/lib/cjs/system/io/OutStream.d.ts +24 -0
- package/lib/cjs/system/io/OutStream.d.ts.map +1 -0
- package/lib/cjs/system/io/OutStream.js +34 -0
- package/lib/cjs/system/io/OutStream.js.map +1 -0
- package/lib/cjs/system/runtime/ALong.d.ts +330 -0
- package/lib/cjs/system/runtime/ALong.d.ts.map +1 -0
- package/lib/cjs/system/runtime/ALong.js +688 -0
- package/lib/cjs/system/runtime/ALong.js.map +1 -0
- package/lib/cjs/system/runtime/ASystem.d.ts +15 -0
- package/lib/cjs/system/runtime/ASystem.d.ts.map +1 -0
- package/lib/cjs/system/runtime/ASystem.js +32 -0
- package/lib/cjs/system/runtime/ASystem.js.map +1 -0
- package/lib/cjs/system/runtime/Downloader.d.ts +18 -0
- package/lib/cjs/system/runtime/Downloader.d.ts.map +1 -0
- package/lib/cjs/system/runtime/Downloader.js +39 -0
- package/lib/cjs/system/runtime/Downloader.js.map +1 -0
- package/lib/cjs/system/runtime/DownloaderNode.d.ts +19 -0
- package/lib/cjs/system/runtime/DownloaderNode.d.ts.map +1 -0
- package/lib/cjs/system/runtime/DownloaderNode.js +130 -0
- package/lib/cjs/system/runtime/DownloaderNode.js.map +1 -0
- package/lib/cjs/system/runtime/DownloaderXhr.d.ts +19 -0
- package/lib/cjs/system/runtime/DownloaderXhr.d.ts.map +1 -0
- package/lib/cjs/system/runtime/DownloaderXhr.js +132 -0
- package/lib/cjs/system/runtime/DownloaderXhr.js.map +1 -0
- package/lib/cjs/system/runtime/Message.d.ts +17 -0
- package/lib/cjs/system/runtime/Message.d.ts.map +1 -0
- package/lib/cjs/system/runtime/Message.js +40 -0
- package/lib/cjs/system/runtime/Message.js.map +1 -0
- package/lib/cjs/system/runtime/Numbers.d.ts +35 -0
- package/lib/cjs/system/runtime/Numbers.d.ts.map +1 -0
- package/lib/cjs/system/runtime/Numbers.js +88 -0
- package/lib/cjs/system/runtime/Numbers.js.map +1 -0
- package/lib/cjs/system/runtime/Strings.d.ts +50 -0
- package/lib/cjs/system/runtime/Strings.d.ts.map +1 -0
- package/lib/cjs/system/runtime/Strings.js +189 -0
- package/lib/cjs/system/runtime/Strings.js.map +1 -0
- package/lib/cjs/system/runtime/iComparator.d.ts +13 -0
- package/lib/cjs/system/runtime/iComparator.d.ts.map +1 -0
- package/lib/cjs/system/runtime/iComparator.js +10 -0
- package/lib/cjs/system/runtime/iComparator.js.map +1 -0
- package/lib/cjs/system/storage/CacheList.d.ts +40 -0
- package/lib/cjs/system/storage/CacheList.d.ts.map +1 -0
- package/lib/cjs/system/storage/CacheList.js +81 -0
- package/lib/cjs/system/storage/CacheList.js.map +1 -0
- package/lib/cjs/system/storage/CachedItem.d.ts +22 -0
- package/lib/cjs/system/storage/CachedItem.d.ts.map +1 -0
- package/lib/cjs/system/storage/CachedItem.js +26 -0
- package/lib/cjs/system/storage/CachedItem.js.map +1 -0
- package/lib/cjs/system/storage/ContentLoader.d.ts +65 -0
- package/lib/cjs/system/storage/ContentLoader.d.ts.map +1 -0
- package/lib/cjs/system/storage/ContentLoader.js +96 -0
- package/lib/cjs/system/storage/ContentLoader.js.map +1 -0
- package/lib/cjs/system/storage/FileContent.d.ts +20 -0
- package/lib/cjs/system/storage/FileContent.d.ts.map +1 -0
- package/lib/cjs/system/storage/FileContent.js +25 -0
- package/lib/cjs/system/storage/FileContent.js.map +1 -0
- package/lib/cjs/system/storage/FileRange.d.ts +21 -0
- package/lib/cjs/system/storage/FileRange.d.ts.map +1 -0
- package/lib/cjs/system/storage/FileRange.js +25 -0
- package/lib/cjs/system/storage/FileRange.js.map +1 -0
- package/lib/cjs/system/storage/FileStorage.d.ts +45 -0
- package/lib/cjs/system/storage/FileStorage.d.ts.map +1 -0
- package/lib/cjs/system/storage/FileStorage.js +63 -0
- package/lib/cjs/system/storage/FileStorage.js.map +1 -0
- package/lib/cjs/system/storage/NodeFS.d.ts +42 -0
- package/lib/cjs/system/storage/NodeFS.d.ts.map +1 -0
- package/lib/cjs/system/storage/NodeFS.js +80 -0
- package/lib/cjs/system/storage/NodeFS.js.map +1 -0
- package/lib/cjs/system/storage/PageCachedFile.d.ts +55 -0
- package/lib/cjs/system/storage/PageCachedFile.d.ts.map +1 -0
- package/lib/cjs/system/storage/PageCachedFile.js +166 -0
- package/lib/cjs/system/storage/PageCachedFile.js.map +1 -0
- package/lib/cjs/system/storage/UrlFS.d.ts +54 -0
- package/lib/cjs/system/storage/UrlFS.d.ts.map +1 -0
- package/lib/cjs/system/storage/UrlFS.js +115 -0
- package/lib/cjs/system/storage/UrlFS.js.map +1 -0
- package/lib/esm/core-orbitgt.d.ts +27 -0
- package/lib/esm/core-orbitgt.d.ts.map +1 -0
- package/lib/esm/core-orbitgt.js +32 -0
- package/lib/esm/core-orbitgt.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/AttributeMask.d.ts +31 -0
- package/lib/esm/pointcloud/format/opc/AttributeMask.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/AttributeMask.js +44 -0
- package/lib/esm/pointcloud/format/opc/AttributeMask.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/AttributeReader.d.ts +64 -0
- package/lib/esm/pointcloud/format/opc/AttributeReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/AttributeReader.js +21 -0
- package/lib/esm/pointcloud/format/opc/AttributeReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/BlockRecord.d.ts +55 -0
- package/lib/esm/pointcloud/format/opc/BlockRecord.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/BlockRecord.js +81 -0
- package/lib/esm/pointcloud/format/opc/BlockRecord.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/ContainerFile.d.ts +86 -0
- package/lib/esm/pointcloud/format/opc/ContainerFile.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/ContainerFile.js +196 -0
- package/lib/esm/pointcloud/format/opc/ContainerFile.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/ContainerFilePart.d.ts +56 -0
- package/lib/esm/pointcloud/format/opc/ContainerFilePart.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/ContainerFilePart.js +72 -0
- package/lib/esm/pointcloud/format/opc/ContainerFilePart.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/DirectoryReader.d.ts +76 -0
- package/lib/esm/pointcloud/format/opc/DirectoryReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/DirectoryReader.js +166 -0
- package/lib/esm/pointcloud/format/opc/DirectoryReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.d.ts +60 -0
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.js +86 -0
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.d.ts +107 -0
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.js +194 -0
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/FileAccess.d.ts +40 -0
- package/lib/esm/pointcloud/format/opc/FileAccess.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/FileAccess.js +45 -0
- package/lib/esm/pointcloud/format/opc/FileAccess.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/FileReader.d.ts +119 -0
- package/lib/esm/pointcloud/format/opc/FileReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/FileReader.js +245 -0
- package/lib/esm/pointcloud/format/opc/FileReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/FileRecord.d.ts +90 -0
- package/lib/esm/pointcloud/format/opc/FileRecord.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/FileRecord.js +122 -0
- package/lib/esm/pointcloud/format/opc/FileRecord.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/GeometryReader.d.ts +80 -0
- package/lib/esm/pointcloud/format/opc/GeometryReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/GeometryReader.js +160 -0
- package/lib/esm/pointcloud/format/opc/GeometryReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/GeometryRecord.d.ts +54 -0
- package/lib/esm/pointcloud/format/opc/GeometryRecord.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/GeometryRecord.js +104 -0
- package/lib/esm/pointcloud/format/opc/GeometryRecord.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/OPCReader.d.ts +158 -0
- package/lib/esm/pointcloud/format/opc/OPCReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/OPCReader.js +316 -0
- package/lib/esm/pointcloud/format/opc/OPCReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/PointReader.d.ts +73 -0
- package/lib/esm/pointcloud/format/opc/PointReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/PointReader.js +149 -0
- package/lib/esm/pointcloud/format/opc/PointReader.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.d.ts +64 -0
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.js +89 -0
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.js.map +1 -0
- package/lib/esm/pointcloud/format/opc/TileRecord.d.ts +89 -0
- package/lib/esm/pointcloud/format/opc/TileRecord.d.ts.map +1 -0
- package/lib/esm/pointcloud/format/opc/TileRecord.js +158 -0
- package/lib/esm/pointcloud/format/opc/TileRecord.js.map +1 -0
- package/lib/esm/pointcloud/model/AttributeTypes.d.ts +38 -0
- package/lib/esm/pointcloud/model/AttributeTypes.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/AttributeTypes.js +61 -0
- package/lib/esm/pointcloud/model/AttributeTypes.js.map +1 -0
- package/lib/esm/pointcloud/model/AttributeValue.d.ts +248 -0
- package/lib/esm/pointcloud/model/AttributeValue.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/AttributeValue.js +505 -0
- package/lib/esm/pointcloud/model/AttributeValue.js.map +1 -0
- package/lib/esm/pointcloud/model/BlockIndex.d.ts +50 -0
- package/lib/esm/pointcloud/model/BlockIndex.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/BlockIndex.js +45 -0
- package/lib/esm/pointcloud/model/BlockIndex.js.map +1 -0
- package/lib/esm/pointcloud/model/CloudPoint.d.ts +211 -0
- package/lib/esm/pointcloud/model/CloudPoint.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/CloudPoint.js +315 -0
- package/lib/esm/pointcloud/model/CloudPoint.js.map +1 -0
- package/lib/esm/pointcloud/model/Grid.d.ts +92 -0
- package/lib/esm/pointcloud/model/Grid.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/Grid.js +126 -0
- package/lib/esm/pointcloud/model/Grid.js.map +1 -0
- package/lib/esm/pointcloud/model/GridIndex.d.ts +67 -0
- package/lib/esm/pointcloud/model/GridIndex.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/GridIndex.js +90 -0
- package/lib/esm/pointcloud/model/GridIndex.js.map +1 -0
- package/lib/esm/pointcloud/model/PointAttribute.d.ts +209 -0
- package/lib/esm/pointcloud/model/PointAttribute.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/PointAttribute.js +371 -0
- package/lib/esm/pointcloud/model/PointAttribute.js.map +1 -0
- package/lib/esm/pointcloud/model/PointCloudReader.d.ts +157 -0
- package/lib/esm/pointcloud/model/PointCloudReader.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/PointCloudReader.js +186 -0
- package/lib/esm/pointcloud/model/PointCloudReader.js.map +1 -0
- package/lib/esm/pointcloud/model/PointData.d.ts +18 -0
- package/lib/esm/pointcloud/model/PointData.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/PointData.js +21 -0
- package/lib/esm/pointcloud/model/PointData.js.map +1 -0
- package/lib/esm/pointcloud/model/PointDataRaw.d.ts +35 -0
- package/lib/esm/pointcloud/model/PointDataRaw.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/PointDataRaw.js +66 -0
- package/lib/esm/pointcloud/model/PointDataRaw.js.map +1 -0
- package/lib/esm/pointcloud/model/ReadRequest.d.ts +176 -0
- package/lib/esm/pointcloud/model/ReadRequest.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/ReadRequest.js +236 -0
- package/lib/esm/pointcloud/model/ReadRequest.js.map +1 -0
- package/lib/esm/pointcloud/model/StandardAttributes.d.ts +41 -0
- package/lib/esm/pointcloud/model/StandardAttributes.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/StandardAttributes.js +44 -0
- package/lib/esm/pointcloud/model/StandardAttributes.js.map +1 -0
- package/lib/esm/pointcloud/model/TileIndex.d.ts +48 -0
- package/lib/esm/pointcloud/model/TileIndex.d.ts.map +1 -0
- package/lib/esm/pointcloud/model/TileIndex.js +44 -0
- package/lib/esm/pointcloud/model/TileIndex.js.map +1 -0
- package/lib/esm/pointcloud/render/AViewRequest.d.ts +39 -0
- package/lib/esm/pointcloud/render/AViewRequest.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/AViewRequest.js +21 -0
- package/lib/esm/pointcloud/render/AViewRequest.js.map +1 -0
- package/lib/esm/pointcloud/render/Block.d.ts +68 -0
- package/lib/esm/pointcloud/render/Block.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/Block.js +116 -0
- package/lib/esm/pointcloud/render/Block.js.map +1 -0
- package/lib/esm/pointcloud/render/DataManager.d.ts +137 -0
- package/lib/esm/pointcloud/render/DataManager.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/DataManager.js +339 -0
- package/lib/esm/pointcloud/render/DataManager.js.map +1 -0
- package/lib/esm/pointcloud/render/FrameData.d.ts +31 -0
- package/lib/esm/pointcloud/render/FrameData.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/FrameData.js +36 -0
- package/lib/esm/pointcloud/render/FrameData.js.map +1 -0
- package/lib/esm/pointcloud/render/Level.d.ts +91 -0
- package/lib/esm/pointcloud/render/Level.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/Level.js +116 -0
- package/lib/esm/pointcloud/render/Level.js.map +1 -0
- package/lib/esm/pointcloud/render/TileLoadSorter.d.ts +61 -0
- package/lib/esm/pointcloud/render/TileLoadSorter.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/TileLoadSorter.js +96 -0
- package/lib/esm/pointcloud/render/TileLoadSorter.js.map +1 -0
- package/lib/esm/pointcloud/render/ViewTree.d.ts +114 -0
- package/lib/esm/pointcloud/render/ViewTree.d.ts.map +1 -0
- package/lib/esm/pointcloud/render/ViewTree.js +360 -0
- package/lib/esm/pointcloud/render/ViewTree.js.map +1 -0
- package/lib/esm/spatial/crs/CRSEngine.d.ts +56 -0
- package/lib/esm/spatial/crs/CRSEngine.d.ts.map +1 -0
- package/lib/esm/spatial/crs/CRSEngine.js +90 -0
- package/lib/esm/spatial/crs/CRSEngine.js.map +1 -0
- package/lib/esm/spatial/crs/CRSManager.d.ts +50 -0
- package/lib/esm/spatial/crs/CRSManager.d.ts.map +1 -0
- package/lib/esm/spatial/crs/CRSManager.js +106 -0
- package/lib/esm/spatial/crs/CRSManager.js.map +1 -0
- package/lib/esm/spatial/ecrs/Axis.d.ts +78 -0
- package/lib/esm/spatial/ecrs/Axis.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Axis.js +90 -0
- package/lib/esm/spatial/ecrs/Axis.js.map +1 -0
- package/lib/esm/spatial/ecrs/CRS.d.ts +448 -0
- package/lib/esm/spatial/ecrs/CRS.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/CRS.js +927 -0
- package/lib/esm/spatial/ecrs/CRS.js.map +1 -0
- package/lib/esm/spatial/ecrs/CoordinateSystem.d.ts +143 -0
- package/lib/esm/spatial/ecrs/CoordinateSystem.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/CoordinateSystem.js +323 -0
- package/lib/esm/spatial/ecrs/CoordinateSystem.js.map +1 -0
- package/lib/esm/spatial/ecrs/DataFileUnit.d.ts +11 -0
- package/lib/esm/spatial/ecrs/DataFileUnit.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/DataFileUnit.js +101 -0
- package/lib/esm/spatial/ecrs/DataFileUnit.js.map +1 -0
- package/lib/esm/spatial/ecrs/Datum.d.ts +112 -0
- package/lib/esm/spatial/ecrs/Datum.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Datum.js +163 -0
- package/lib/esm/spatial/ecrs/Datum.js.map +1 -0
- package/lib/esm/spatial/ecrs/Ellipsoid.d.ts +189 -0
- package/lib/esm/spatial/ecrs/Ellipsoid.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Ellipsoid.js +333 -0
- package/lib/esm/spatial/ecrs/Ellipsoid.js.map +1 -0
- package/lib/esm/spatial/ecrs/OnlineEngine.d.ts +49 -0
- package/lib/esm/spatial/ecrs/OnlineEngine.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/OnlineEngine.js +99 -0
- package/lib/esm/spatial/ecrs/OnlineEngine.js.map +1 -0
- package/lib/esm/spatial/ecrs/OnlineRegistry.d.ts +38 -0
- package/lib/esm/spatial/ecrs/OnlineRegistry.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/OnlineRegistry.js +73 -0
- package/lib/esm/spatial/ecrs/OnlineRegistry.js.map +1 -0
- package/lib/esm/spatial/ecrs/Operation.d.ts +192 -0
- package/lib/esm/spatial/ecrs/Operation.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Operation.js +342 -0
- package/lib/esm/spatial/ecrs/Operation.js.map +1 -0
- package/lib/esm/spatial/ecrs/OperationMethod.d.ts +72 -0
- package/lib/esm/spatial/ecrs/OperationMethod.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/OperationMethod.js +72 -0
- package/lib/esm/spatial/ecrs/OperationMethod.js.map +1 -0
- package/lib/esm/spatial/ecrs/ParameterValue.d.ts +50 -0
- package/lib/esm/spatial/ecrs/ParameterValue.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/ParameterValue.js +62 -0
- package/lib/esm/spatial/ecrs/ParameterValue.js.map +1 -0
- package/lib/esm/spatial/ecrs/ParameterValueList.d.ts +73 -0
- package/lib/esm/spatial/ecrs/ParameterValueList.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/ParameterValueList.js +117 -0
- package/lib/esm/spatial/ecrs/ParameterValueList.js.map +1 -0
- package/lib/esm/spatial/ecrs/PrimeMeridian.d.ts +79 -0
- package/lib/esm/spatial/ecrs/PrimeMeridian.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/PrimeMeridian.js +105 -0
- package/lib/esm/spatial/ecrs/PrimeMeridian.js.map +1 -0
- package/lib/esm/spatial/ecrs/Registry.d.ts +110 -0
- package/lib/esm/spatial/ecrs/Registry.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Registry.js +204 -0
- package/lib/esm/spatial/ecrs/Registry.js.map +1 -0
- package/lib/esm/spatial/ecrs/Transform.d.ts +78 -0
- package/lib/esm/spatial/ecrs/Transform.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Transform.js +393 -0
- package/lib/esm/spatial/ecrs/Transform.js.map +1 -0
- package/lib/esm/spatial/ecrs/Unit.d.ts +171 -0
- package/lib/esm/spatial/ecrs/Unit.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/Unit.js +333 -0
- package/lib/esm/spatial/ecrs/Unit.js.map +1 -0
- package/lib/esm/spatial/ecrs/VerticalModel.d.ts +70 -0
- package/lib/esm/spatial/ecrs/VerticalModel.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/VerticalModel.js +85 -0
- package/lib/esm/spatial/ecrs/VerticalModel.js.map +1 -0
- package/lib/esm/spatial/ecrs/WellKnownText.d.ts +154 -0
- package/lib/esm/spatial/ecrs/WellKnownText.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/WellKnownText.js +491 -0
- package/lib/esm/spatial/ecrs/WellKnownText.js.map +1 -0
- package/lib/esm/spatial/ecrs/WellKnownTextNode.d.ts +70 -0
- package/lib/esm/spatial/ecrs/WellKnownTextNode.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/WellKnownTextNode.js +125 -0
- package/lib/esm/spatial/ecrs/WellKnownTextNode.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.d.ts +102 -0
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.js +159 -0
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts +80 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js +122 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts +48 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js +70 -0
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.d.ts +73 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.js +126 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.d.ts +121 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.js +176 -0
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.d.ts +74 -0
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.js +109 -0
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.d.ts +97 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.js +170 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.d.ts +124 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js +205 -0
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js.map +1 -0
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.d.ts +109 -0
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.js +180 -0
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.js.map +1 -0
- package/lib/esm/spatial/ecrs/transformation/PositionVector.d.ts +91 -0
- package/lib/esm/spatial/ecrs/transformation/PositionVector.d.ts.map +1 -0
- package/lib/esm/spatial/ecrs/transformation/PositionVector.js +127 -0
- package/lib/esm/spatial/ecrs/transformation/PositionVector.js.map +1 -0
- package/lib/esm/spatial/geom/Bounds.d.ts +34 -0
- package/lib/esm/spatial/geom/Bounds.d.ts.map +1 -0
- package/lib/esm/spatial/geom/Bounds.js +153 -0
- package/lib/esm/spatial/geom/Bounds.js.map +1 -0
- package/lib/esm/spatial/geom/Coordinate.d.ts +62 -0
- package/lib/esm/spatial/geom/Coordinate.d.ts.map +1 -0
- package/lib/esm/spatial/geom/Coordinate.js +183 -0
- package/lib/esm/spatial/geom/Coordinate.js.map +1 -0
- package/lib/esm/spatial/geom/Line.d.ts +226 -0
- package/lib/esm/spatial/geom/Line.d.ts.map +1 -0
- package/lib/esm/spatial/geom/Line.js +429 -0
- package/lib/esm/spatial/geom/Line.js.map +1 -0
- package/lib/esm/spatial/geom/Transform.d.ts +341 -0
- package/lib/esm/spatial/geom/Transform.d.ts.map +1 -0
- package/lib/esm/spatial/geom/Transform.js +745 -0
- package/lib/esm/spatial/geom/Transform.js.map +1 -0
- package/lib/esm/system/buffer/ABuffer.d.ts +52 -0
- package/lib/esm/system/buffer/ABuffer.d.ts.map +1 -0
- package/lib/esm/system/buffer/ABuffer.js +87 -0
- package/lib/esm/system/buffer/ABuffer.js.map +1 -0
- package/lib/esm/system/buffer/Float32Buffer.d.ts +47 -0
- package/lib/esm/system/buffer/Float32Buffer.d.ts.map +1 -0
- package/lib/esm/system/buffer/Float32Buffer.js +57 -0
- package/lib/esm/system/buffer/Float32Buffer.js.map +1 -0
- package/lib/esm/system/buffer/LittleEndian.d.ts +150 -0
- package/lib/esm/system/buffer/LittleEndian.d.ts.map +1 -0
- package/lib/esm/system/buffer/LittleEndian.js +300 -0
- package/lib/esm/system/buffer/LittleEndian.js.map +1 -0
- package/lib/esm/system/buffer/Uint16Buffer.d.ts +50 -0
- package/lib/esm/system/buffer/Uint16Buffer.d.ts.map +1 -0
- package/lib/esm/system/buffer/Uint16Buffer.js +62 -0
- package/lib/esm/system/buffer/Uint16Buffer.js.map +1 -0
- package/lib/esm/system/buffer/Uint8Buffer.d.ts +50 -0
- package/lib/esm/system/buffer/Uint8Buffer.d.ts.map +1 -0
- package/lib/esm/system/buffer/Uint8Buffer.js +62 -0
- package/lib/esm/system/buffer/Uint8Buffer.js.map +1 -0
- package/lib/esm/system/collection/AList.d.ts +31 -0
- package/lib/esm/system/collection/AList.d.ts.map +1 -0
- package/lib/esm/system/collection/AList.js +67 -0
- package/lib/esm/system/collection/AList.js.map +1 -0
- package/lib/esm/system/collection/IntMap.d.ts +19 -0
- package/lib/esm/system/collection/IntMap.d.ts.map +1 -0
- package/lib/esm/system/collection/IntMap.js +32 -0
- package/lib/esm/system/collection/IntMap.js.map +1 -0
- package/lib/esm/system/collection/StringMap.d.ts +27 -0
- package/lib/esm/system/collection/StringMap.d.ts.map +1 -0
- package/lib/esm/system/collection/StringMap.js +60 -0
- package/lib/esm/system/collection/StringMap.js.map +1 -0
- package/lib/esm/system/io/ABufferInStream.d.ts +30 -0
- package/lib/esm/system/io/ABufferInStream.d.ts.map +1 -0
- package/lib/esm/system/io/ABufferInStream.js +43 -0
- package/lib/esm/system/io/ABufferInStream.js.map +1 -0
- package/lib/esm/system/io/InStream.d.ts +24 -0
- package/lib/esm/system/io/InStream.d.ts.map +1 -0
- package/lib/esm/system/io/InStream.js +31 -0
- package/lib/esm/system/io/InStream.js.map +1 -0
- package/lib/esm/system/io/OutStream.d.ts +24 -0
- package/lib/esm/system/io/OutStream.d.ts.map +1 -0
- package/lib/esm/system/io/OutStream.js +30 -0
- package/lib/esm/system/io/OutStream.js.map +1 -0
- package/lib/esm/system/runtime/ALong.d.ts +330 -0
- package/lib/esm/system/runtime/ALong.d.ts.map +1 -0
- package/lib/esm/system/runtime/ALong.js +684 -0
- package/lib/esm/system/runtime/ALong.js.map +1 -0
- package/lib/esm/system/runtime/ASystem.d.ts +15 -0
- package/lib/esm/system/runtime/ASystem.d.ts.map +1 -0
- package/lib/esm/system/runtime/ASystem.js +28 -0
- package/lib/esm/system/runtime/ASystem.js.map +1 -0
- package/lib/esm/system/runtime/Downloader.d.ts +18 -0
- package/lib/esm/system/runtime/Downloader.d.ts.map +1 -0
- package/lib/esm/system/runtime/Downloader.js +35 -0
- package/lib/esm/system/runtime/Downloader.js.map +1 -0
- package/lib/esm/system/runtime/DownloaderNode.d.ts +19 -0
- package/lib/esm/system/runtime/DownloaderNode.d.ts.map +1 -0
- package/lib/esm/system/runtime/DownloaderNode.js +126 -0
- package/lib/esm/system/runtime/DownloaderNode.js.map +1 -0
- package/lib/esm/system/runtime/DownloaderXhr.d.ts +19 -0
- package/lib/esm/system/runtime/DownloaderXhr.d.ts.map +1 -0
- package/lib/esm/system/runtime/DownloaderXhr.js +128 -0
- package/lib/esm/system/runtime/DownloaderXhr.js.map +1 -0
- package/lib/esm/system/runtime/Message.d.ts +17 -0
- package/lib/esm/system/runtime/Message.d.ts.map +1 -0
- package/lib/esm/system/runtime/Message.js +36 -0
- package/lib/esm/system/runtime/Message.js.map +1 -0
- package/lib/esm/system/runtime/Numbers.d.ts +35 -0
- package/lib/esm/system/runtime/Numbers.d.ts.map +1 -0
- package/lib/esm/system/runtime/Numbers.js +84 -0
- package/lib/esm/system/runtime/Numbers.js.map +1 -0
- package/lib/esm/system/runtime/Strings.d.ts +50 -0
- package/lib/esm/system/runtime/Strings.d.ts.map +1 -0
- package/lib/esm/system/runtime/Strings.js +185 -0
- package/lib/esm/system/runtime/Strings.js.map +1 -0
- package/lib/esm/system/runtime/iComparator.d.ts +13 -0
- package/lib/esm/system/runtime/iComparator.d.ts.map +1 -0
- package/lib/esm/system/runtime/iComparator.js +9 -0
- package/lib/esm/system/runtime/iComparator.js.map +1 -0
- package/lib/esm/system/storage/CacheList.d.ts +40 -0
- package/lib/esm/system/storage/CacheList.d.ts.map +1 -0
- package/lib/esm/system/storage/CacheList.js +77 -0
- package/lib/esm/system/storage/CacheList.js.map +1 -0
- package/lib/esm/system/storage/CachedItem.d.ts +22 -0
- package/lib/esm/system/storage/CachedItem.d.ts.map +1 -0
- package/lib/esm/system/storage/CachedItem.js +22 -0
- package/lib/esm/system/storage/CachedItem.js.map +1 -0
- package/lib/esm/system/storage/ContentLoader.d.ts +65 -0
- package/lib/esm/system/storage/ContentLoader.d.ts.map +1 -0
- package/lib/esm/system/storage/ContentLoader.js +92 -0
- package/lib/esm/system/storage/ContentLoader.js.map +1 -0
- package/lib/esm/system/storage/FileContent.d.ts +20 -0
- package/lib/esm/system/storage/FileContent.d.ts.map +1 -0
- package/lib/esm/system/storage/FileContent.js +21 -0
- package/lib/esm/system/storage/FileContent.js.map +1 -0
- package/lib/esm/system/storage/FileRange.d.ts +21 -0
- package/lib/esm/system/storage/FileRange.d.ts.map +1 -0
- package/lib/esm/system/storage/FileRange.js +21 -0
- package/lib/esm/system/storage/FileRange.js.map +1 -0
- package/lib/esm/system/storage/FileStorage.d.ts +45 -0
- package/lib/esm/system/storage/FileStorage.d.ts.map +1 -0
- package/lib/esm/system/storage/FileStorage.js +59 -0
- package/lib/esm/system/storage/FileStorage.js.map +1 -0
- package/lib/esm/system/storage/NodeFS.d.ts +42 -0
- package/lib/esm/system/storage/NodeFS.d.ts.map +1 -0
- package/lib/esm/system/storage/NodeFS.js +76 -0
- package/lib/esm/system/storage/NodeFS.js.map +1 -0
- package/lib/esm/system/storage/PageCachedFile.d.ts +55 -0
- package/lib/esm/system/storage/PageCachedFile.d.ts.map +1 -0
- package/lib/esm/system/storage/PageCachedFile.js +162 -0
- package/lib/esm/system/storage/PageCachedFile.js.map +1 -0
- package/lib/esm/system/storage/UrlFS.d.ts +54 -0
- package/lib/esm/system/storage/UrlFS.d.ts.map +1 -0
- package/lib/esm/system/storage/UrlFS.js +111 -0
- package/lib/esm/system/storage/UrlFS.js.map +1 -0
- package/package.json +60 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module OrbitGT
|
|
7
|
+
*/
|
|
8
|
+
import { ASystem } from "../../../system/runtime/ASystem";
|
|
9
|
+
/**
|
|
10
|
+
* Class ContainerFilePart defines a part in a container file.
|
|
11
|
+
*
|
|
12
|
+
* @version 1.0 January 2014
|
|
13
|
+
*/
|
|
14
|
+
/** @internal */
|
|
15
|
+
export class ContainerFilePart {
|
|
16
|
+
/**
|
|
17
|
+
* Create a new part.
|
|
18
|
+
* @param name the name of the part.
|
|
19
|
+
* @param fileAccess the file access.
|
|
20
|
+
* @param offset the offset of the part.
|
|
21
|
+
* @param size the size of the part.
|
|
22
|
+
*/
|
|
23
|
+
constructor(name, fileAccess, offset, size) {
|
|
24
|
+
this._fileAccess = fileAccess;
|
|
25
|
+
this._offset = offset;
|
|
26
|
+
this._size = size;
|
|
27
|
+
this._name = name;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Get the name of the part.
|
|
31
|
+
* @return the name of the part.
|
|
32
|
+
*/
|
|
33
|
+
getName() {
|
|
34
|
+
return this._name;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Get the file access.
|
|
38
|
+
* @return the file access.
|
|
39
|
+
*/
|
|
40
|
+
getFileAccess() {
|
|
41
|
+
return this._fileAccess;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Get the offset of the part.
|
|
45
|
+
* @return the offset of the part.
|
|
46
|
+
*/
|
|
47
|
+
getOffset() {
|
|
48
|
+
return this._offset;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get the size of the part.
|
|
52
|
+
* @return the size of the part.
|
|
53
|
+
*/
|
|
54
|
+
getSize() {
|
|
55
|
+
return this._size;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Do a range check for this part.
|
|
59
|
+
* @param checkOffset the offset of the range we want to touch.
|
|
60
|
+
* @param checkSize the size of the range we want to touch.
|
|
61
|
+
*/
|
|
62
|
+
rangeCheck(checkOffset, checkSize) {
|
|
63
|
+
let checkExtent = checkOffset.add(checkSize);
|
|
64
|
+
let extent = this._offset.add(this._size);
|
|
65
|
+
ASystem.assertNot(checkOffset.sub(this._offset).isNegative(), "Range offset " + checkOffset.toString() + " falls before part " + this._offset.toString() + ".." + extent.toString());
|
|
66
|
+
ASystem.assertNot(extent.sub(checkOffset).isNegative(), "Range offset " + checkOffset.toString() + " falls after part " + this._offset.toString() + ".." + extent.toString());
|
|
67
|
+
ASystem.assertNot(checkSize.isNegative(), "Range size " + checkSize.toString() + " is negative");
|
|
68
|
+
ASystem.assertNot(extent.sub(checkExtent).isNegative(), "Range extent " + checkExtent.toString() + " falls after part " + this._offset.toString() + ".." + extent.toString());
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
//ContainerFilePart.java
|
|
72
|
+
//# sourceMappingURL=ContainerFilePart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerFilePart.js","sourceRoot":"","sources":["../../../../../src/pointcloud/format/opc/ContainerFilePart.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAYH,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAC;AAG1D;;;;GAIG;AACH,gBAAgB;AAChB,MAAM,OAAO,iBAAiB;IAU1B;;;;;;OAMG;IACH,YAAmB,IAAY,EAAE,UAAsB,EAAE,MAAa,EAAE,IAAW;QAC/E,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;QAC9B,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QACtB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;IACtB,CAAC;IAED;;;OAGG;IACI,OAAO;QACV,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAED;;;OAGG;IACI,aAAa;QAChB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC5B,CAAC;IAED;;;OAGG;IACI,SAAS;QACZ,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;IAED;;;OAGG;IACI,OAAO;QACV,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAED;;;;OAIG;IACI,UAAU,CAAC,WAAkB,EAAE,SAAgB;QAClD,IAAI,WAAW,GAAU,WAAW,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpD,IAAI,MAAM,GAAU,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACjD,OAAO,CAAC,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,eAAe,GAAG,WAAW,CAAC,QAAQ,EAAE,GAAG,qBAAqB,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;QACrL,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,UAAU,EAAE,EAAE,eAAe,GAAG,WAAW,CAAC,QAAQ,EAAE,GAAG,oBAAoB,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;QAC9K,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,EAAE,aAAa,GAAG,SAAS,CAAC,QAAQ,EAAE,GAAG,cAAc,CAAC,CAAC;QACjG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,UAAU,EAAE,EAAE,eAAe,GAAG,WAAW,CAAC,QAAQ,EAAE,GAAG,oBAAoB,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,GAAG,IAAI,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;IAClL,CAAC;CACJ;AAED,wBAAwB","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 OrbitGT\r\n */\r\n\r\n//package orbitgt.pointcloud.format.opc;\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\n\r\nimport { ALong } from \"../../../system/runtime/ALong\";\r\nimport { ASystem } from \"../../../system/runtime/ASystem\";\r\nimport { FileAccess } from \"./FileAccess\";\r\n\r\n/**\r\n * Class ContainerFilePart defines a part in a container file.\r\n *\r\n * @version 1.0 January 2014\r\n */\r\n/** @internal */\r\nexport class ContainerFilePart {\r\n /** The name */\r\n private _name: string;\r\n /** The file access */\r\n private _fileAccess: FileAccess;\r\n /** The offset */\r\n private _offset: ALong;\r\n /** The size */\r\n private _size: ALong;\r\n\r\n /**\r\n * Create a new part.\r\n * @param name the name of the part.\r\n * @param fileAccess the file access.\r\n * @param offset the offset of the part.\r\n * @param size the size of the part.\r\n */\r\n public constructor(name: string, fileAccess: FileAccess, offset: ALong, size: ALong) {\r\n this._fileAccess = fileAccess;\r\n this._offset = offset;\r\n this._size = size;\r\n this._name = name;\r\n }\r\n\r\n /**\r\n * Get the name of the part.\r\n * @return the name of the part.\r\n */\r\n public getName(): string {\r\n return this._name;\r\n }\r\n\r\n /**\r\n * Get the file access.\r\n * @return the file access.\r\n */\r\n public getFileAccess(): FileAccess {\r\n return this._fileAccess;\r\n }\r\n\r\n /**\r\n * Get the offset of the part.\r\n * @return the offset of the part.\r\n */\r\n public getOffset(): ALong {\r\n return this._offset;\r\n }\r\n\r\n /**\r\n * Get the size of the part.\r\n * @return the size of the part.\r\n */\r\n public getSize(): ALong {\r\n return this._size;\r\n }\r\n\r\n /**\r\n * Do a range check for this part.\r\n * @param checkOffset the offset of the range we want to touch.\r\n * @param checkSize the size of the range we want to touch.\r\n */\r\n public rangeCheck(checkOffset: ALong, checkSize: ALong): void {\r\n let checkExtent: ALong = checkOffset.add(checkSize);\r\n let extent: ALong = this._offset.add(this._size);\r\n ASystem.assertNot(checkOffset.sub(this._offset).isNegative(), \"Range offset \" + checkOffset.toString() + \" falls before part \" + this._offset.toString() + \"..\" + extent.toString());\r\n ASystem.assertNot(extent.sub(checkOffset).isNegative(), \"Range offset \" + checkOffset.toString() + \" falls after part \" + this._offset.toString() + \"..\" + extent.toString());\r\n ASystem.assertNot(checkSize.isNegative(), \"Range size \" + checkSize.toString() + \" is negative\");\r\n ASystem.assertNot(extent.sub(checkExtent).isNegative(), \"Range extent \" + checkExtent.toString() + \" falls after part \" + this._offset.toString() + \"..\" + extent.toString());\r\n }\r\n}\r\n\r\n//ContainerFilePart.java\r\n"]}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module OrbitGT
|
|
3
|
+
*/
|
|
4
|
+
declare type int32 = number;
|
|
5
|
+
import { AList } from "../../../system/collection/AList";
|
|
6
|
+
import { ContentLoader } from "../../../system/storage/ContentLoader";
|
|
7
|
+
import { BlockIndex } from "../../model/BlockIndex";
|
|
8
|
+
import { TileIndex } from "../../model/TileIndex";
|
|
9
|
+
import { DirectoryRecord } from "./DirectoryRecord";
|
|
10
|
+
import { FileReader } from "./FileReader";
|
|
11
|
+
import { FileRecord } from "./FileRecord";
|
|
12
|
+
/**
|
|
13
|
+
* Class DirectoryReader reads the tile and block directory.
|
|
14
|
+
*
|
|
15
|
+
* @version 1.0 January 2014
|
|
16
|
+
*/
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare class DirectoryReader {
|
|
19
|
+
/** The file reader */
|
|
20
|
+
private _fileReader;
|
|
21
|
+
/** The level */
|
|
22
|
+
private _level;
|
|
23
|
+
/** The location of the tile directory */
|
|
24
|
+
private _tileDirPart;
|
|
25
|
+
/** The location of the block directory */
|
|
26
|
+
private _blockDirPart;
|
|
27
|
+
/** The directory record */
|
|
28
|
+
private _directoryRecord;
|
|
29
|
+
/** The blocks (lazy loading) */
|
|
30
|
+
private _blocks;
|
|
31
|
+
/**
|
|
32
|
+
* Create a new reader.
|
|
33
|
+
* @param fileReader the file reader.
|
|
34
|
+
* @param level the level.
|
|
35
|
+
*/
|
|
36
|
+
constructor(fileReader: FileReader, level: int32);
|
|
37
|
+
/**
|
|
38
|
+
* Get the directory record.
|
|
39
|
+
* @return the directory record.
|
|
40
|
+
*/
|
|
41
|
+
getDirectoryRecord(): DirectoryRecord;
|
|
42
|
+
/**
|
|
43
|
+
* Get the blocks.
|
|
44
|
+
* @return the blocks.
|
|
45
|
+
*/
|
|
46
|
+
getBlocks(): Array<BlockIndex>;
|
|
47
|
+
/**
|
|
48
|
+
* Load the data.
|
|
49
|
+
* @param readBlockList should the list of blocks be read?
|
|
50
|
+
* @param fileContents the file content read helper.
|
|
51
|
+
* @return the reader.
|
|
52
|
+
*/
|
|
53
|
+
loadData(readBlockList: boolean, fileContents: ContentLoader): DirectoryReader;
|
|
54
|
+
/**
|
|
55
|
+
* Read the blocks.
|
|
56
|
+
* @param fileRecord the file record.
|
|
57
|
+
* @param fileContents the file content read helper.
|
|
58
|
+
* @return the blocks.
|
|
59
|
+
*/
|
|
60
|
+
readBlocks(fileRecord: FileRecord, fileContents: ContentLoader): Array<BlockIndex>;
|
|
61
|
+
/**
|
|
62
|
+
* Read the tiles of a block.
|
|
63
|
+
* @param block the block record.
|
|
64
|
+
* @return the tile records.
|
|
65
|
+
*/
|
|
66
|
+
readTiles2(block: BlockIndex, fileContents: ContentLoader): Array<TileIndex>;
|
|
67
|
+
/**
|
|
68
|
+
* Get all tile indexes at this level.
|
|
69
|
+
* @param tileFilter the optional tile filter.
|
|
70
|
+
* @param selectionType the type of selection in the pointcloud.
|
|
71
|
+
* @return the list of tiles.
|
|
72
|
+
*/
|
|
73
|
+
getAllTileIndexes2(fileContents: ContentLoader): AList<TileIndex>;
|
|
74
|
+
}
|
|
75
|
+
export {};
|
|
76
|
+
//# sourceMappingURL=DirectoryReader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DirectoryReader.d.ts","sourceRoot":"","sources":["../../../../../src/pointcloud/format/opc/DirectoryReader.ts"],"names":[],"mappings":"AAIA;;GAEG;AAMH,aAAK,KAAK,GAAG,MAAM,CAAC;AAKpB,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGlD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C;;;;GAIG;AACH,gBAAgB;AAChB,qBAAa,eAAe;IACxB,sBAAsB;IACtB,OAAO,CAAC,WAAW,CAAa;IAChC,gBAAgB;IAChB,OAAO,CAAC,MAAM,CAAQ;IAEtB,yCAAyC;IACzC,OAAO,CAAC,YAAY,CAAoB;IACxC,0CAA0C;IAC1C,OAAO,CAAC,aAAa,CAAoB;IAEzC,2BAA2B;IAC3B,OAAO,CAAC,gBAAgB,CAAkB;IAC1C,gCAAgC;IAChC,OAAO,CAAC,OAAO,CAAoB;IAEnC;;;;OAIG;gBACgB,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK;IAavD;;;OAGG;IACI,kBAAkB,IAAI,eAAe;IAI5C;;;OAGG;IACI,SAAS,IAAI,KAAK,CAAC,UAAU,CAAC;IAIrC;;;;;OAKG;IACI,QAAQ,CAAC,aAAa,EAAE,OAAO,EAAE,YAAY,EAAE,aAAa,GAAG,eAAe;IAUrF;;;;;OAKG;IACI,UAAU,CAAC,UAAU,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,GAAG,KAAK,CAAC,UAAU,CAAC;IAgCzF;;;;OAIG;IACI,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS,CAAC;IAkCnF;;;;;OAKG;IACI,kBAAkB,CAAC,YAAY,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS,CAAC;CAY3E"}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module OrbitGT
|
|
7
|
+
*/
|
|
8
|
+
import { AList } from "../../../system/collection/AList";
|
|
9
|
+
import { ABufferInStream } from "../../../system/io/ABufferInStream";
|
|
10
|
+
import { ALong } from "../../../system/runtime/ALong";
|
|
11
|
+
import { ASystem } from "../../../system/runtime/ASystem";
|
|
12
|
+
import { GridIndex } from "../../model/GridIndex";
|
|
13
|
+
import { TileIndex } from "../../model/TileIndex";
|
|
14
|
+
import { BlockRecord } from "./BlockRecord";
|
|
15
|
+
import { DirectoryRecord } from "./DirectoryRecord";
|
|
16
|
+
import { TileRecord } from "./TileRecord";
|
|
17
|
+
/**
|
|
18
|
+
* Class DirectoryReader reads the tile and block directory.
|
|
19
|
+
*
|
|
20
|
+
* @version 1.0 January 2014
|
|
21
|
+
*/
|
|
22
|
+
/** @internal */
|
|
23
|
+
export class DirectoryReader {
|
|
24
|
+
/**
|
|
25
|
+
* Create a new reader.
|
|
26
|
+
* @param fileReader the file reader.
|
|
27
|
+
* @param level the level.
|
|
28
|
+
*/
|
|
29
|
+
constructor(fileReader, level) {
|
|
30
|
+
/* Store the parameters */
|
|
31
|
+
this._fileReader = fileReader;
|
|
32
|
+
this._level = level;
|
|
33
|
+
/* Get the tile directory */
|
|
34
|
+
this._tileDirPart = fileReader.getContainer().getPart("" + level + ".tile.directory");
|
|
35
|
+
/* Get the block directory */
|
|
36
|
+
this._blockDirPart = fileReader.getContainer().getPart("" + level + ".block.directory");
|
|
37
|
+
/* Clear */
|
|
38
|
+
this._directoryRecord = null;
|
|
39
|
+
this._blocks = new Array(0);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Get the directory record.
|
|
43
|
+
* @return the directory record.
|
|
44
|
+
*/
|
|
45
|
+
getDirectoryRecord() {
|
|
46
|
+
return this._directoryRecord;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get the blocks.
|
|
50
|
+
* @return the blocks.
|
|
51
|
+
*/
|
|
52
|
+
getBlocks() {
|
|
53
|
+
return this._blocks;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Load the data.
|
|
57
|
+
* @param readBlockList should the list of blocks be read?
|
|
58
|
+
* @param fileContents the file content read helper.
|
|
59
|
+
* @return the reader.
|
|
60
|
+
*/
|
|
61
|
+
loadData(readBlockList, fileContents) {
|
|
62
|
+
/* Read the record */
|
|
63
|
+
let directoryPart = this._fileReader.getContainer().getPart("" + this._level + ".directory");
|
|
64
|
+
this._directoryRecord = DirectoryRecord.readNew(directoryPart.getOffset(), directoryPart.getSize(), fileContents);
|
|
65
|
+
/* Read the blocks? */
|
|
66
|
+
if (readBlockList)
|
|
67
|
+
this.readBlocks(this._fileReader.getFileRecord(), fileContents);
|
|
68
|
+
/* Return the reader */
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Read the blocks.
|
|
73
|
+
* @param fileRecord the file record.
|
|
74
|
+
* @param fileContents the file content read helper.
|
|
75
|
+
* @return the blocks.
|
|
76
|
+
*/
|
|
77
|
+
readBlocks(fileRecord, fileContents) {
|
|
78
|
+
/* Request the data? */
|
|
79
|
+
let fileAccess = this._blockDirPart.getFileAccess();
|
|
80
|
+
if (fileContents.isAvailable() == false) {
|
|
81
|
+
/* Add the range */
|
|
82
|
+
fileContents.requestFilePart(this._blockDirPart.getOffset(), this._blockDirPart.getSize().toInt());
|
|
83
|
+
return null;
|
|
84
|
+
}
|
|
85
|
+
/* Get the data */
|
|
86
|
+
let data = fileContents.getFilePart(this._blockDirPart.getOffset(), this._blockDirPart.getSize().toInt());
|
|
87
|
+
/* Allocate the blocks */
|
|
88
|
+
this._blocks = new Array(this._directoryRecord.getBlockCount());
|
|
89
|
+
/* Read all blocks */
|
|
90
|
+
let input = new ABufferInStream(data, 0, data.size());
|
|
91
|
+
let pointIndex = ALong.ZERO;
|
|
92
|
+
let tileIndex = 0;
|
|
93
|
+
for (let i = 0; i < this._blocks.length; i++) {
|
|
94
|
+
/* Read the next block */
|
|
95
|
+
let blockIndex = BlockRecord.readNew(this._level, input, i, tileIndex, pointIndex);
|
|
96
|
+
this._blocks[i] = blockIndex;
|
|
97
|
+
/* Advance */
|
|
98
|
+
tileIndex += blockIndex.tileCount;
|
|
99
|
+
pointIndex = pointIndex.add(blockIndex.pointCount);
|
|
100
|
+
}
|
|
101
|
+
input.close();
|
|
102
|
+
/* We have to match the counts */
|
|
103
|
+
ASystem.assert0(this._directoryRecord.getTileCount() == tileIndex, "Expected " + this._directoryRecord.getTileCount() + " tiles, not " + tileIndex);
|
|
104
|
+
ASystem.assert0(pointIndex.same(this._directoryRecord.getPointCount()), "Expected " + this._directoryRecord.getPointCount().toDouble() + " points, not " + pointIndex.toDouble());
|
|
105
|
+
/* Return the blocks */
|
|
106
|
+
return this._blocks;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Read the tiles of a block.
|
|
110
|
+
* @param block the block record.
|
|
111
|
+
* @return the tile records.
|
|
112
|
+
*/
|
|
113
|
+
readTiles2(block, fileContents) {
|
|
114
|
+
/* Get the tile range */
|
|
115
|
+
let tileIndex = block.tileIndex;
|
|
116
|
+
let tileCount = block.tileCount;
|
|
117
|
+
/* Get the file extent */
|
|
118
|
+
let fileName = this._tileDirPart.getFileAccess().getFileName();
|
|
119
|
+
let fileSize = this._fileReader.getContainer().getFileLength();
|
|
120
|
+
let dataOffset = ALong.fromInt(TileRecord.RECORD_SIZE).mulInt(tileIndex).add(this._tileDirPart.getOffset());
|
|
121
|
+
let dataSize = tileCount * TileRecord.RECORD_SIZE;
|
|
122
|
+
/* Request the data? */
|
|
123
|
+
if (fileContents.isAvailable() == false) {
|
|
124
|
+
/* Add the range */
|
|
125
|
+
fileContents.requestFilePart(dataOffset, dataSize);
|
|
126
|
+
return null;
|
|
127
|
+
}
|
|
128
|
+
/* Get the data */
|
|
129
|
+
let data = fileContents.getFilePart(dataOffset, dataSize);
|
|
130
|
+
/* Read the tiles */
|
|
131
|
+
let tiles = new Array(tileCount);
|
|
132
|
+
let input = new ABufferInStream(data, 0, data.size());
|
|
133
|
+
let pointIndex = block.pointIndex;
|
|
134
|
+
for (let i = 0; i < tileCount; i++) {
|
|
135
|
+
/* Read the next tile */
|
|
136
|
+
let tile = new TileIndex(this._level, tileIndex, new GridIndex(0, 0, 0), ALong.ZERO, 0);
|
|
137
|
+
TileRecord.read(tile, this._level, block.index, input, tileIndex, pointIndex);
|
|
138
|
+
tiles[i] = tile;
|
|
139
|
+
tileIndex += 1;
|
|
140
|
+
pointIndex = pointIndex.addInt(tile.pointCount);
|
|
141
|
+
}
|
|
142
|
+
input.close();
|
|
143
|
+
/* Return the tiles */
|
|
144
|
+
return tiles;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Get all tile indexes at this level.
|
|
148
|
+
* @param tileFilter the optional tile filter.
|
|
149
|
+
* @param selectionType the type of selection in the pointcloud.
|
|
150
|
+
* @return the list of tiles.
|
|
151
|
+
*/
|
|
152
|
+
getAllTileIndexes2(fileContents) {
|
|
153
|
+
/* Process all blocks */
|
|
154
|
+
let tileList = new AList();
|
|
155
|
+
for (let block of this._blocks) {
|
|
156
|
+
/* Read the tiles */
|
|
157
|
+
let tiles = this.readTiles2(block, fileContents);
|
|
158
|
+
/* Add all tiles */
|
|
159
|
+
for (let tile of tiles)
|
|
160
|
+
tileList.add(tile);
|
|
161
|
+
}
|
|
162
|
+
/* Return the list of tiles */
|
|
163
|
+
return tileList;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
//# sourceMappingURL=DirectoryReader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DirectoryReader.js","sourceRoot":"","sources":["../../../../../src/pointcloud/format/opc/DirectoryReader.ts"],"names":[],"mappings":"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","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 OrbitGT\r\n */\r\n\r\n//package orbitgt.pointcloud.format.opc;\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\nimport { ABuffer } from \"../../../system/buffer/ABuffer\";\r\nimport { AList } from \"../../../system/collection/AList\";\r\nimport { ABufferInStream } from \"../../../system/io/ABufferInStream\";\r\nimport { ALong } from \"../../../system/runtime/ALong\";\r\nimport { ASystem } from \"../../../system/runtime/ASystem\";\r\nimport { ContentLoader } from \"../../../system/storage/ContentLoader\";\r\nimport { BlockIndex } from \"../../model/BlockIndex\";\r\nimport { GridIndex } from \"../../model/GridIndex\";\r\nimport { TileIndex } from \"../../model/TileIndex\";\r\nimport { BlockRecord } from \"./BlockRecord\";\r\nimport { ContainerFilePart } from \"./ContainerFilePart\";\r\nimport { DirectoryRecord } from \"./DirectoryRecord\";\r\nimport { FileAccess } from \"./FileAccess\";\r\nimport { FileReader } from \"./FileReader\";\r\nimport { FileRecord } from \"./FileRecord\";\r\nimport { TileRecord } from \"./TileRecord\";\r\n\r\n/**\r\n * Class DirectoryReader reads the tile and block directory.\r\n *\r\n * @version 1.0 January 2014\r\n */\r\n/** @internal */\r\nexport class DirectoryReader {\r\n /** The file reader */\r\n private _fileReader: FileReader;\r\n /** The level */\r\n private _level: int32;\r\n\r\n /** The location of the tile directory */\r\n private _tileDirPart: ContainerFilePart;\r\n /** The location of the block directory */\r\n private _blockDirPart: ContainerFilePart;\r\n\r\n /** The directory record */\r\n private _directoryRecord: DirectoryRecord;\r\n /** The blocks (lazy loading) */\r\n private _blocks: Array<BlockIndex>;\r\n\r\n /**\r\n * Create a new reader.\r\n * @param fileReader the file reader.\r\n * @param level the level.\r\n */\r\n public constructor(fileReader: FileReader, level: int32) {\r\n /* Store the parameters */\r\n this._fileReader = fileReader;\r\n this._level = level;\r\n /* Get the tile directory */\r\n this._tileDirPart = fileReader.getContainer().getPart(\"\" + level + \".tile.directory\");\r\n /* Get the block directory */\r\n this._blockDirPart = fileReader.getContainer().getPart(\"\" + level + \".block.directory\");\r\n /* Clear */\r\n this._directoryRecord = null;\r\n this._blocks = new Array<BlockIndex>(0);\r\n }\r\n\r\n /**\r\n * Get the directory record.\r\n * @return the directory record.\r\n */\r\n public getDirectoryRecord(): DirectoryRecord {\r\n return this._directoryRecord;\r\n }\r\n\r\n /**\r\n * Get the blocks.\r\n * @return the blocks.\r\n */\r\n public getBlocks(): Array<BlockIndex> {\r\n return this._blocks;\r\n }\r\n\r\n /**\r\n * Load the data.\r\n * @param readBlockList should the list of blocks be read?\r\n * @param fileContents the file content read helper.\r\n * @return the reader.\r\n */\r\n public loadData(readBlockList: boolean, fileContents: ContentLoader): DirectoryReader {\r\n /* Read the record */\r\n let directoryPart: ContainerFilePart = this._fileReader.getContainer().getPart(\"\" + this._level + \".directory\");\r\n this._directoryRecord = DirectoryRecord.readNew(directoryPart.getOffset(), directoryPart.getSize(), fileContents);\r\n /* Read the blocks? */\r\n if (readBlockList) this.readBlocks(this._fileReader.getFileRecord(), fileContents);\r\n /* Return the reader */\r\n return this;\r\n }\r\n\r\n /**\r\n * Read the blocks.\r\n * @param fileRecord the file record.\r\n * @param fileContents the file content read helper.\r\n * @return the blocks.\r\n */\r\n public readBlocks(fileRecord: FileRecord, fileContents: ContentLoader): Array<BlockIndex> {\r\n /* Request the data? */\r\n let fileAccess: FileAccess = this._blockDirPart.getFileAccess();\r\n if (fileContents.isAvailable() == false) {\r\n /* Add the range */\r\n fileContents.requestFilePart(this._blockDirPart.getOffset(), this._blockDirPart.getSize().toInt());\r\n return null;\r\n }\r\n /* Get the data */\r\n let data: ABuffer = fileContents.getFilePart(this._blockDirPart.getOffset(), this._blockDirPart.getSize().toInt());\r\n /* Allocate the blocks */\r\n this._blocks = new Array<BlockIndex>(this._directoryRecord.getBlockCount());\r\n /* Read all blocks */\r\n let input: ABufferInStream = new ABufferInStream(data, 0, data.size());\r\n let pointIndex: ALong = ALong.ZERO;\r\n let tileIndex: int32 = 0;\r\n for (let i: number = 0; i < this._blocks.length; i++) {\r\n /* Read the next block */\r\n let blockIndex: BlockIndex = BlockRecord.readNew(this._level, input, i, tileIndex, pointIndex);\r\n this._blocks[i] = blockIndex;\r\n /* Advance */\r\n tileIndex += blockIndex.tileCount;\r\n pointIndex = pointIndex.add(blockIndex.pointCount);\r\n }\r\n input.close();\r\n /* We have to match the counts */\r\n ASystem.assert0(this._directoryRecord.getTileCount() == tileIndex, \"Expected \" + this._directoryRecord.getTileCount() + \" tiles, not \" + tileIndex);\r\n ASystem.assert0(pointIndex.same(this._directoryRecord.getPointCount()), \"Expected \" + this._directoryRecord.getPointCount().toDouble() + \" points, not \" + pointIndex.toDouble());\r\n /* Return the blocks */\r\n return this._blocks;\r\n }\r\n\r\n /**\r\n * Read the tiles of a block.\r\n * @param block the block record.\r\n * @return the tile records.\r\n */\r\n public readTiles2(block: BlockIndex, fileContents: ContentLoader): Array<TileIndex> {\r\n /* Get the tile range */\r\n let tileIndex: int32 = block.tileIndex;\r\n let tileCount: int32 = block.tileCount;\r\n /* Get the file extent */\r\n let fileName: string = this._tileDirPart.getFileAccess().getFileName();\r\n let fileSize: ALong = this._fileReader.getContainer().getFileLength();\r\n let dataOffset: ALong = ALong.fromInt(TileRecord.RECORD_SIZE).mulInt(tileIndex).add(this._tileDirPart.getOffset());\r\n let dataSize: int32 = tileCount * TileRecord.RECORD_SIZE;\r\n /* Request the data? */\r\n if (fileContents.isAvailable() == false) {\r\n /* Add the range */\r\n fileContents.requestFilePart(dataOffset, dataSize);\r\n return null;\r\n }\r\n /* Get the data */\r\n let data: ABuffer = fileContents.getFilePart(dataOffset, dataSize);\r\n /* Read the tiles */\r\n let tiles: Array<TileIndex> = new Array<TileIndex>(tileCount);\r\n let input: ABufferInStream = new ABufferInStream(data, 0, data.size());\r\n let pointIndex: ALong = block.pointIndex;\r\n for (let i: number = 0; i < tileCount; i++) {\r\n /* Read the next tile */\r\n let tile: TileIndex = new TileIndex(this._level, tileIndex, new GridIndex(0, 0, 0), ALong.ZERO, 0);\r\n TileRecord.read(tile, this._level, block.index, input, tileIndex, pointIndex);\r\n tiles[i] = tile;\r\n tileIndex += 1;\r\n pointIndex = pointIndex.addInt(tile.pointCount);\r\n }\r\n input.close();\r\n /* Return the tiles */\r\n return tiles;\r\n }\r\n\r\n /**\r\n * Get all tile indexes at this level.\r\n * @param tileFilter the optional tile filter.\r\n * @param selectionType the type of selection in the pointcloud.\r\n * @return the list of tiles.\r\n */\r\n public getAllTileIndexes2(fileContents: ContentLoader): AList<TileIndex> {\r\n /* Process all blocks */\r\n let tileList: AList<TileIndex> = new AList<TileIndex>();\r\n for (let block of this._blocks) {\r\n /* Read the tiles */\r\n let tiles: Array<TileIndex> = this.readTiles2(block, fileContents);\r\n /* Add all tiles */\r\n for (let tile of tiles) tileList.add(tile);\r\n }\r\n /* Return the list of tiles */\r\n return tileList;\r\n }\r\n}\r\n"]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module OrbitGT
|
|
3
|
+
*/
|
|
4
|
+
declare type int32 = number;
|
|
5
|
+
import { OutStream } from "../../../system/io/OutStream";
|
|
6
|
+
import { ALong } from "../../../system/runtime/ALong";
|
|
7
|
+
import { ContentLoader } from "../../../system/storage/ContentLoader";
|
|
8
|
+
/**
|
|
9
|
+
* Class DirectoryRecord defines a directory record.
|
|
10
|
+
*
|
|
11
|
+
* @version 1.0 January 2014
|
|
12
|
+
*/
|
|
13
|
+
/** @internal */
|
|
14
|
+
export declare class DirectoryRecord {
|
|
15
|
+
/** The number of points (8 byte) */
|
|
16
|
+
private _pointCount;
|
|
17
|
+
/** The number of tiles (4 byte) */
|
|
18
|
+
private _tileCount;
|
|
19
|
+
/** The number of blocks (4 byte) */
|
|
20
|
+
private _blockCount;
|
|
21
|
+
/**
|
|
22
|
+
* Create a new record.
|
|
23
|
+
*/
|
|
24
|
+
constructor(pointCount: ALong, tileCount: int32, blockCount: int32);
|
|
25
|
+
/**
|
|
26
|
+
* Get the number of points.
|
|
27
|
+
* @return the number.
|
|
28
|
+
*/
|
|
29
|
+
getPointCount(): ALong;
|
|
30
|
+
/**
|
|
31
|
+
* Get the number of tiles.
|
|
32
|
+
* @return the number.
|
|
33
|
+
*/
|
|
34
|
+
getTileCount(): int32;
|
|
35
|
+
/**
|
|
36
|
+
* Get the number of blocks.
|
|
37
|
+
* @return the number.
|
|
38
|
+
*/
|
|
39
|
+
getBlockCount(): int32;
|
|
40
|
+
/**
|
|
41
|
+
* Read a record.
|
|
42
|
+
* @param data the record data.
|
|
43
|
+
* @return the record.
|
|
44
|
+
*/
|
|
45
|
+
private static readFromBuffer;
|
|
46
|
+
/**
|
|
47
|
+
* Read a record.
|
|
48
|
+
* @param offset the file offset to the record.
|
|
49
|
+
* @param size the file size to the record.
|
|
50
|
+
* @return the record.
|
|
51
|
+
*/
|
|
52
|
+
static readNew(offset: ALong, size: ALong, contentLoader: ContentLoader): DirectoryRecord;
|
|
53
|
+
/**
|
|
54
|
+
* Write the record.
|
|
55
|
+
* @param output the output stream.
|
|
56
|
+
*/
|
|
57
|
+
write(output: OutStream): void;
|
|
58
|
+
}
|
|
59
|
+
export {};
|
|
60
|
+
//# sourceMappingURL=DirectoryRecord.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DirectoryRecord.d.ts","sourceRoot":"","sources":["../../../../../src/pointcloud/format/opc/DirectoryRecord.ts"],"names":[],"mappings":"AAIA;;GAEG;AAMH,aAAK,KAAK,GAAG,MAAM,CAAC;AAMpB,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE;;;;GAIG;AACH,gBAAgB;AAChB,qBAAa,eAAe;IACxB,oCAAoC;IACpC,OAAO,CAAC,WAAW,CAAQ;IAC3B,mCAAmC;IACnC,OAAO,CAAC,UAAU,CAAQ;IAC1B,oCAAoC;IACpC,OAAO,CAAC,WAAW,CAAQ;IAE3B;;OAEG;gBACgB,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK;IAMzE;;;OAGG;IACI,aAAa,IAAI,KAAK;IAI7B;;;OAGG;IACI,YAAY,IAAI,KAAK;IAI5B;;;OAGG;IACI,aAAa,IAAI,KAAK;IAI7B;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;IAS7B;;;;;OAKG;WACW,OAAO,CAAC,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,aAAa,EAAE,aAAa,GAAG,eAAe;IAahG;;;OAGG;IACI,KAAK,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI;CAKxC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module OrbitGT
|
|
7
|
+
*/
|
|
8
|
+
import { LittleEndian } from "../../../system/buffer/LittleEndian";
|
|
9
|
+
/**
|
|
10
|
+
* Class DirectoryRecord defines a directory record.
|
|
11
|
+
*
|
|
12
|
+
* @version 1.0 January 2014
|
|
13
|
+
*/
|
|
14
|
+
/** @internal */
|
|
15
|
+
export class DirectoryRecord {
|
|
16
|
+
/**
|
|
17
|
+
* Create a new record.
|
|
18
|
+
*/
|
|
19
|
+
constructor(pointCount, tileCount, blockCount) {
|
|
20
|
+
this._pointCount = pointCount;
|
|
21
|
+
this._tileCount = tileCount;
|
|
22
|
+
this._blockCount = blockCount;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Get the number of points.
|
|
26
|
+
* @return the number.
|
|
27
|
+
*/
|
|
28
|
+
getPointCount() {
|
|
29
|
+
return this._pointCount;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get the number of tiles.
|
|
33
|
+
* @return the number.
|
|
34
|
+
*/
|
|
35
|
+
getTileCount() {
|
|
36
|
+
return this._tileCount;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Get the number of blocks.
|
|
40
|
+
* @return the number.
|
|
41
|
+
*/
|
|
42
|
+
getBlockCount() {
|
|
43
|
+
return this._blockCount;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Read a record.
|
|
47
|
+
* @param data the record data.
|
|
48
|
+
* @return the record.
|
|
49
|
+
*/
|
|
50
|
+
static readFromBuffer(data) {
|
|
51
|
+
/* Get the record fields */
|
|
52
|
+
let pointCount = LittleEndian.readBufferLong(data, 0);
|
|
53
|
+
let tileCount = LittleEndian.readBufferInt(data, 8);
|
|
54
|
+
let blockCount = LittleEndian.readBufferInt(data, 12);
|
|
55
|
+
/* Return the record */
|
|
56
|
+
return new DirectoryRecord(pointCount, tileCount, blockCount);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Read a record.
|
|
60
|
+
* @param offset the file offset to the record.
|
|
61
|
+
* @param size the file size to the record.
|
|
62
|
+
* @return the record.
|
|
63
|
+
*/
|
|
64
|
+
static readNew(offset, size, contentLoader) {
|
|
65
|
+
/* Request the data? */
|
|
66
|
+
if (contentLoader.isLoaded() == false) {
|
|
67
|
+
/* Add the range */
|
|
68
|
+
contentLoader.requestFilePart(offset, size.toInt());
|
|
69
|
+
return null;
|
|
70
|
+
}
|
|
71
|
+
/* Get the data */
|
|
72
|
+
let data = contentLoader.getFilePart(offset, size.toInt());
|
|
73
|
+
/* Parse the record */
|
|
74
|
+
return DirectoryRecord.readFromBuffer(data);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Write the record.
|
|
78
|
+
* @param output the output stream.
|
|
79
|
+
*/
|
|
80
|
+
write(output) {
|
|
81
|
+
LittleEndian.writeStreamLong(output, this._pointCount);
|
|
82
|
+
LittleEndian.writeStreamInt(output, this._tileCount);
|
|
83
|
+
LittleEndian.writeStreamInt(output, this._blockCount);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=DirectoryRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DirectoryRecord.js","sourceRoot":"","sources":["../../../../../src/pointcloud/format/opc/DirectoryRecord.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAWH,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAKnE;;;;GAIG;AACH,gBAAgB;AAChB,MAAM,OAAO,eAAe;IAQxB;;OAEG;IACH,YAAmB,UAAiB,EAAE,SAAgB,EAAE,UAAiB;QACrE,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;QAC9B,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;QAC5B,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;IAClC,CAAC;IAED;;;OAGG;IACI,aAAa;QAChB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC5B,CAAC;IAED;;;OAGG;IACI,YAAY;QACf,OAAO,IAAI,CAAC,UAAU,CAAC;IAC3B,CAAC;IAED;;;OAGG;IACI,aAAa;QAChB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACK,MAAM,CAAC,cAAc,CAAC,IAAa;QACvC,2BAA2B;QAC3B,IAAI,UAAU,GAAU,YAAY,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAC7D,IAAI,SAAS,GAAU,YAAY,CAAC,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAC3D,IAAI,UAAU,GAAU,YAAY,CAAC,aAAa,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAC7D,uBAAuB;QACvB,OAAO,IAAI,eAAe,CAAC,UAAU,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;IAClE,CAAC;IAED;;;;;OAKG;IACI,MAAM,CAAC,OAAO,CAAC,MAAa,EAAE,IAAW,EAAE,aAA4B;QAC1E,uBAAuB;QACvB,IAAI,aAAa,CAAC,QAAQ,EAAE,IAAI,KAAK,EAAE;YACnC,mBAAmB;YACnB,aAAa,CAAC,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;YACpD,OAAO,IAAI,CAAC;SACf;QACD,kBAAkB;QAClB,IAAI,IAAI,GAAY,aAAa,CAAC,WAAW,CAAC,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;QACpE,sBAAsB;QACtB,OAAO,eAAe,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC;IAED;;;OAGG;IACI,KAAK,CAAC,MAAiB;QAC1B,YAAY,CAAC,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;QACvD,YAAY,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;QACrD,YAAY,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;IAC1D,CAAC;CACJ","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 OrbitGT\r\n */\r\n\r\n//package orbitgt.pointcloud.format.opc;\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\nimport { ABuffer } from \"../../../system/buffer/ABuffer\";\r\nimport { LittleEndian } from \"../../../system/buffer/LittleEndian\";\r\nimport { OutStream } from \"../../../system/io/OutStream\";\r\nimport { ALong } from \"../../../system/runtime/ALong\";\r\nimport { ContentLoader } from \"../../../system/storage/ContentLoader\";\r\n\r\n/**\r\n * Class DirectoryRecord defines a directory record.\r\n *\r\n * @version 1.0 January 2014\r\n */\r\n/** @internal */\r\nexport class DirectoryRecord {\r\n /** The number of points (8 byte) */\r\n private _pointCount: ALong;\r\n /** The number of tiles (4 byte) */\r\n private _tileCount: int32;\r\n /** The number of blocks (4 byte) */\r\n private _blockCount: int32;\r\n\r\n /**\r\n * Create a new record.\r\n */\r\n public constructor(pointCount: ALong, tileCount: int32, blockCount: int32) {\r\n this._pointCount = pointCount;\r\n this._tileCount = tileCount;\r\n this._blockCount = blockCount;\r\n }\r\n\r\n /**\r\n * Get the number of points.\r\n * @return the number.\r\n */\r\n public getPointCount(): ALong {\r\n return this._pointCount;\r\n }\r\n\r\n /**\r\n * Get the number of tiles.\r\n * @return the number.\r\n */\r\n public getTileCount(): int32 {\r\n return this._tileCount;\r\n }\r\n\r\n /**\r\n * Get the number of blocks.\r\n * @return the number.\r\n */\r\n public getBlockCount(): int32 {\r\n return this._blockCount;\r\n }\r\n\r\n /**\r\n * Read a record.\r\n * @param data the record data.\r\n * @return the record.\r\n */\r\n private static readFromBuffer(data: ABuffer): DirectoryRecord {\r\n /* Get the record fields */\r\n let pointCount: ALong = LittleEndian.readBufferLong(data, 0);\r\n let tileCount: int32 = LittleEndian.readBufferInt(data, 8);\r\n let blockCount: int32 = LittleEndian.readBufferInt(data, 12);\r\n /* Return the record */\r\n return new DirectoryRecord(pointCount, tileCount, blockCount);\r\n }\r\n\r\n /**\r\n * Read a record.\r\n * @param offset the file offset to the record.\r\n * @param size the file size to the record.\r\n * @return the record.\r\n */\r\n public static readNew(offset: ALong, size: ALong, contentLoader: ContentLoader): DirectoryRecord {\r\n /* Request the data? */\r\n if (contentLoader.isLoaded() == false) {\r\n /* Add the range */\r\n contentLoader.requestFilePart(offset, size.toInt());\r\n return null;\r\n }\r\n /* Get the data */\r\n let data: ABuffer = contentLoader.getFilePart(offset, size.toInt());\r\n /* Parse the record */\r\n return DirectoryRecord.readFromBuffer(data);\r\n }\r\n\r\n /**\r\n * Write the record.\r\n * @param output the output stream.\r\n */\r\n public write(output: OutStream): void {\r\n LittleEndian.writeStreamLong(output, this._pointCount);\r\n LittleEndian.writeStreamInt(output, this._tileCount);\r\n LittleEndian.writeStreamInt(output, this._blockCount);\r\n }\r\n}\r\n"]}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module OrbitGT
|
|
3
|
+
*/
|
|
4
|
+
declare type int32 = number;
|
|
5
|
+
import { InStream } from "../../../system/io/InStream";
|
|
6
|
+
import { ALong } from "../../../system/runtime/ALong";
|
|
7
|
+
import { ContentLoader } from "../../../system/storage/ContentLoader";
|
|
8
|
+
import { AttributeValue } from "../../model/AttributeValue";
|
|
9
|
+
import { CloudPoint } from "../../model/CloudPoint";
|
|
10
|
+
import { PointAttribute } from "../../model/PointAttribute";
|
|
11
|
+
import { ReadRequest } from "../../model/ReadRequest";
|
|
12
|
+
import { TileIndex } from "../../model/TileIndex";
|
|
13
|
+
import { AttributeReader } from "./AttributeReader";
|
|
14
|
+
import { ContainerFile } from "./ContainerFile";
|
|
15
|
+
import { TileReadBuffer } from "./TileReadBuffer";
|
|
16
|
+
/**
|
|
17
|
+
* Class EmbeddedAttributeReader reads attribute data.
|
|
18
|
+
*
|
|
19
|
+
* @version 1.0 January 2014
|
|
20
|
+
*/
|
|
21
|
+
/** @internal */
|
|
22
|
+
export declare class EmbeddedAttributeReader extends AttributeReader {
|
|
23
|
+
/** The container */
|
|
24
|
+
private _container;
|
|
25
|
+
/** The index */
|
|
26
|
+
private _index;
|
|
27
|
+
/** The number of levels */
|
|
28
|
+
private _levelCount;
|
|
29
|
+
/** The definition of the attribute */
|
|
30
|
+
private _attribute;
|
|
31
|
+
/** The value range of the attribute */
|
|
32
|
+
private _minValue;
|
|
33
|
+
private _maxValue;
|
|
34
|
+
/** Is this the legacy color attribute? */
|
|
35
|
+
private _standardColor;
|
|
36
|
+
/** Is this the legacy intensity attribute? */
|
|
37
|
+
private _standardIntensity;
|
|
38
|
+
/** The point-attribute data parts (one per level) */
|
|
39
|
+
private _pointDataParts;
|
|
40
|
+
/** The block-attribute data parts (one per level) */
|
|
41
|
+
private _blockDataParts;
|
|
42
|
+
/** The tile-attribute data parts (one per level) */
|
|
43
|
+
private _tileDataParts;
|
|
44
|
+
/**
|
|
45
|
+
* Create a new reader.
|
|
46
|
+
* @param container the container.
|
|
47
|
+
* @param index the index.
|
|
48
|
+
* @param levelCount the number of levels.
|
|
49
|
+
*/
|
|
50
|
+
constructor(container: ContainerFile, index: int32, levelCount: int32);
|
|
51
|
+
/**
|
|
52
|
+
* Read the attribute information.
|
|
53
|
+
* @param data the attribute data.
|
|
54
|
+
*/
|
|
55
|
+
private readAttribute;
|
|
56
|
+
/**
|
|
57
|
+
* Load the data.
|
|
58
|
+
* @return the reader.
|
|
59
|
+
*/
|
|
60
|
+
loadData(fileContents: ContentLoader): EmbeddedAttributeReader;
|
|
61
|
+
/**
|
|
62
|
+
* AttributeReader abstract method.
|
|
63
|
+
* @see AttributeReader#close
|
|
64
|
+
*/
|
|
65
|
+
close(): void;
|
|
66
|
+
/**
|
|
67
|
+
* Get the container.
|
|
68
|
+
* @return the container.
|
|
69
|
+
*/
|
|
70
|
+
getContainer(): ContainerFile;
|
|
71
|
+
/**
|
|
72
|
+
* Get the index.
|
|
73
|
+
* @return the index.
|
|
74
|
+
*/
|
|
75
|
+
getIndex(): int32;
|
|
76
|
+
/**
|
|
77
|
+
* Read the definition of the attribute.
|
|
78
|
+
*/
|
|
79
|
+
static readDefinition(input: InStream, minValue: AttributeValue, maxValue: AttributeValue): PointAttribute;
|
|
80
|
+
/**
|
|
81
|
+
* AttributeReader abstract method.
|
|
82
|
+
* @see AttributeReader#getAttribute
|
|
83
|
+
*/
|
|
84
|
+
getAttribute(): PointAttribute;
|
|
85
|
+
/**
|
|
86
|
+
* AttributeReader abstract method.
|
|
87
|
+
* @see AttributeReader#getMinimumValue
|
|
88
|
+
*/
|
|
89
|
+
getMinimumValue(): AttributeValue;
|
|
90
|
+
/**
|
|
91
|
+
* AttributeReader abstract method.
|
|
92
|
+
* @see AttributeReader#getMaximumValue
|
|
93
|
+
*/
|
|
94
|
+
getMaximumValue(): AttributeValue;
|
|
95
|
+
/**
|
|
96
|
+
* AttributeReader abstract method.
|
|
97
|
+
* @see AttributeReader#readTileData2
|
|
98
|
+
*/
|
|
99
|
+
readTileData2(level: int32, tile: TileIndex, pointOffset: ALong, pointCount: int32, tileBuffer: TileReadBuffer, bufferIndex: int32, readRequest: ReadRequest, fileContents: ContentLoader): void;
|
|
100
|
+
/**
|
|
101
|
+
* AttributeReader abstract method.
|
|
102
|
+
* @see AttributeReader#getPointData
|
|
103
|
+
*/
|
|
104
|
+
getPointData(level: int32, tile: TileIndex, tileBuffer: TileReadBuffer, bufferIndex: int32, pointIndex: int32, cloudPoint: CloudPoint): void;
|
|
105
|
+
}
|
|
106
|
+
export {};
|
|
107
|
+
//# sourceMappingURL=EmbeddedAttributeReader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmbeddedAttributeReader.d.ts","sourceRoot":"","sources":["../../../../../src/pointcloud/format/opc/EmbeddedAttributeReader.ts"],"names":[],"mappings":"AAIA;;GAEG;AAMH,aAAK,KAAK,GAAG,MAAM,CAAC;AAQpB,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;;;GAIG;AACH,gBAAgB;AAChB,qBAAa,uBAAwB,SAAQ,eAAe;IACxD,oBAAoB;IACpB,OAAO,CAAC,UAAU,CAAgB;IAClC,gBAAgB;IAChB,OAAO,CAAC,MAAM,CAAQ;IACtB,2BAA2B;IAC3B,OAAO,CAAC,WAAW,CAAQ;IAE3B,sCAAsC;IACtC,OAAO,CAAC,UAAU,CAAiB;IACnC,uCAAuC;IACvC,OAAO,CAAC,SAAS,CAAiB;IAClC,OAAO,CAAC,SAAS,CAAiB;IAClC,0CAA0C;IAC1C,OAAO,CAAC,cAAc,CAAU;IAChC,8CAA8C;IAC9C,OAAO,CAAC,kBAAkB,CAAU;IAEpC,qDAAqD;IACrD,OAAO,CAAC,eAAe,CAA2B;IAClD,qDAAqD;IACrD,OAAO,CAAC,eAAe,CAA2B;IAClD,oDAAoD;IACpD,OAAO,CAAC,cAAc,CAA2B;IAEjD;;;;;OAKG;gBACgB,SAAS,EAAE,aAAa,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK;IAqB5E;;;OAGG;IACH,OAAO,CAAC,aAAa;IAcrB;;;OAGG;IACI,QAAQ,CAAC,YAAY,EAAE,aAAa,GAAG,uBAAuB;IAkBrE;;;OAGG;IACI,KAAK,IAAI,IAAI;IAGpB;;;OAGG;IACI,YAAY,IAAI,aAAa;IAIpC;;;OAGG;IACI,QAAQ,IAAI,KAAK;IAIxB;;OAEG;WACW,cAAc,CAAC,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,cAAc,EAAE,QAAQ,EAAE,cAAc,GAAG,cAAc;IAgBjH;;;OAGG;IACI,YAAY,IAAI,cAAc;IAIrC;;;OAGG;IACI,eAAe,IAAI,cAAc;IAIxC;;;OAGG;IACI,eAAe,IAAI,cAAc;IAIxC;;;OAGG;IACI,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,GAAG,IAAI;IAsBvM;;;OAGG;IACI,YAAY,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE,UAAU,GAAG,IAAI;CAYtJ"}
|