FloorSite Class

  • FloorSite
  • class Esri::ArcGISRuntime::FloorSite

    A site containing one or more facilities for a floor-aware map or scene. More...

    Header: #include <FloorSite.h>
    Since: Esri::ArcGISRuntime 100.12
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~FloorSite() override
    QList<Esri::ArcGISRuntime::FloorFacility *> facilities() const
    Esri::ArcGISRuntime::Geometry geometry() const
    QString name() const
    QString siteId() const

    Detailed Description

    A site is the largest space designation in the ArcGIS Indoors Information Model and is used to represent an area such as a campus, a barrack, or an industrial site. A site can contain multiple facilities. You can get the collection of sites from the FloorManager associated with a floor-aware map or scene.

    See also Esri::ArcGISRuntime::FloorManager::sites.

    Member Function Documentation

    [override virtual] FloorSite::~FloorSite()

    Destructor.

    QList<Esri::ArcGISRuntime::FloorFacility *> FloorSite::facilities() const

    Returns the collection of facilities contained within the site, sorted by name.

    Esri::ArcGISRuntime::Geometry FloorSite::geometry() const

    Returns the site geometry.

    QString FloorSite::name() const

    Returns the site name.

    QString FloorSite::siteId() const

    Returns the site ID.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close