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.
@@ -7856,22 +7856,44 @@ var MenuItem;
7856
7856
  */
7857
7857
  let EType;
7858
7858
  (function (EType) {
7859
+ // Container for other menu items.
7859
7860
  EType["None"] = "NONE";
7861
+ // Renders Nextspace Entities based on an Entity Type ID and optional attribute filter.
7860
7862
  EType["Entities"] = "BruceEntity";
7863
+ // Renders a single Entity by ID.
7861
7864
  EType["Entity"] = "SingleEntity";
7865
+ // Renders Cesium OSM Buildings.
7862
7866
  EType["Osm"] = "OSMBuildingsTileset";
7867
+ // Renders a Cesium Tileset made from importing an assembly file into Nextspace.
7863
7868
  EType["CadTileset"] = "ModelTileset";
7869
+ // Renders legacy Nextspace tilesets.
7870
+ // This is primarily used for static Tilesets as they don't have an upgraded version yet.
7864
7871
  EType["ArbTileset"] = "ArbitraryTileset";
7872
+ // Renders a Cesium Tileset by Ion asset ID.
7865
7873
  EType["IonTileset"] = "Cesium3DTileset";
7874
+ // Renders a KML file in Cesium.
7875
+ // No data is managed, this is purely visual.
7866
7876
  EType["Kml"] = "StaticKML";
7877
+ // Renders rows of a CSV as Cesium Entities.
7878
+ // This a single-purpose proof of concept feature. Avoid using.
7879
+ EType["Csv"] = "StaticCSV";
7880
+ // Renders a Cesium Tileset made from arbitrary Nextspace Entities.
7867
7881
  EType["EntityTileset"] = "EntitiesTileset";
7882
+ // Renders a Cesium Imagery made from arbitrary Nextspace Entities.
7883
+ // @deprecated.
7868
7884
  EType["EntityRaster"] = "RasterEntitiesTileset";
7885
+ // Renders a Cesium Point Cloud imported from LAS/LAZ file into Nextspace.
7869
7886
  EType["PointCloud"] = "PointCloudTileset";
7887
+ // Renders preloaded Entity records.
7870
7888
  EType["EntitiesLoaded"] = "LoadedEntities";
7889
+ // Renders Entities matching specific IDs.
7871
7890
  EType["EntitiesIds"] = "EntitiesIds";
7872
- // Deprecated. Use Relationships instead.
7891
+ // @deprecated. Use Relationships instead.
7873
7892
  EType["Relations"] = "Relations";
7893
+ // Renders Entity relationships.
7894
+ // This renders specified downstream relationship types for specified Entity IDs.
7874
7895
  EType["Relationships"] = "Relationships";
7896
+ // Renders the Cesium Google photogrammetry tileset.
7875
7897
  EType["GooglePhotoTileset"] = "GooglePhotoTileset";
7876
7898
  })(EType = MenuItem.EType || (MenuItem.EType = {}));
7877
7899
  /**
@@ -10943,7 +10965,7 @@ var DataSource;
10943
10965
  })(DataSource || (DataSource = {}));
10944
10966
 
10945
10967
  // This is updated with the package.json version on build.
10946
- const VERSION = "3.5.9";
10968
+ const VERSION = "3.6.0";
10947
10969
 
10948
10970
  export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityTypeVisualSettings, EntityAttribute, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
10949
10971
  //# sourceMappingURL=bruce-models.es5.js.map