bruce-models 3.5.9 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7688,22 +7688,44 @@
7688
7688
  */
7689
7689
  let EType;
7690
7690
  (function (EType) {
7691
+ // Container for other menu items.
7691
7692
  EType["None"] = "NONE";
7693
+ // Renders Nextspace Entities based on an Entity Type ID and optional attribute filter.
7692
7694
  EType["Entities"] = "BruceEntity";
7695
+ // Renders a single Entity by ID.
7693
7696
  EType["Entity"] = "SingleEntity";
7697
+ // Renders Cesium OSM Buildings.
7694
7698
  EType["Osm"] = "OSMBuildingsTileset";
7699
+ // Renders a Cesium Tileset made from importing an assembly file into Nextspace.
7695
7700
  EType["CadTileset"] = "ModelTileset";
7701
+ // Renders legacy Nextspace tilesets.
7702
+ // This is primarily used for static Tilesets as they don't have an upgraded version yet.
7696
7703
  EType["ArbTileset"] = "ArbitraryTileset";
7704
+ // Renders a Cesium Tileset by Ion asset ID.
7697
7705
  EType["IonTileset"] = "Cesium3DTileset";
7706
+ // Renders a KML file in Cesium.
7707
+ // No data is managed, this is purely visual.
7698
7708
  EType["Kml"] = "StaticKML";
7709
+ // Renders rows of a CSV as Cesium Entities.
7710
+ // This a single-purpose proof of concept feature. Avoid using.
7711
+ EType["Csv"] = "StaticCSV";
7712
+ // Renders a Cesium Tileset made from arbitrary Nextspace Entities.
7699
7713
  EType["EntityTileset"] = "EntitiesTileset";
7714
+ // Renders a Cesium Imagery made from arbitrary Nextspace Entities.
7715
+ // @deprecated.
7700
7716
  EType["EntityRaster"] = "RasterEntitiesTileset";
7717
+ // Renders a Cesium Point Cloud imported from LAS/LAZ file into Nextspace.
7701
7718
  EType["PointCloud"] = "PointCloudTileset";
7719
+ // Renders preloaded Entity records.
7702
7720
  EType["EntitiesLoaded"] = "LoadedEntities";
7721
+ // Renders Entities matching specific IDs.
7703
7722
  EType["EntitiesIds"] = "EntitiesIds";
7704
- // Deprecated. Use Relationships instead.
7723
+ // @deprecated. Use Relationships instead.
7705
7724
  EType["Relations"] = "Relations";
7725
+ // Renders Entity relationships.
7726
+ // This renders specified downstream relationship types for specified Entity IDs.
7706
7727
  EType["Relationships"] = "Relationships";
7728
+ // Renders the Cesium Google photogrammetry tileset.
7707
7729
  EType["GooglePhotoTileset"] = "GooglePhotoTileset";
7708
7730
  })(EType = MenuItem.EType || (MenuItem.EType = {}));
7709
7731
  /**
@@ -10690,7 +10712,7 @@
10690
10712
  })(exports.DataSource || (exports.DataSource = {}));
10691
10713
 
10692
10714
  // This is updated with the package.json version on build.
10693
- const VERSION = "3.5.9";
10715
+ const VERSION = "3.6.0";
10694
10716
 
10695
10717
  exports.VERSION = VERSION;
10696
10718
  exports.AbstractApi = AbstractApi;