GeodatabaseDataset Class

  • GeodatabaseDataset
  • class Esri::ArcGISRuntime::GeodatabaseDataset

    An abstract representation of a dataset within a geodatabase. More...

    Header: #include <GeodatabaseDataset.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object
    Inherited By:

    Esri::ArcGISRuntime::TransportationNetworkDataset

    Public Functions

    virtual ~GeodatabaseDataset() override
    virtual Esri::ArcGISRuntime::Geodatabase *geodatabase() const = 0
    virtual Esri::ArcGISRuntime::GeodatabaseDatasetType geodatabaseDatasetType() const = 0
    virtual QString name() const = 0

    Detailed Description

    A GeodatabaseDataset represents a dataset in a local geodatabase (.geodatabase file)

    Member Function Documentation

    [override virtual] GeodatabaseDataset::~GeodatabaseDataset()

    Destructor.

    [pure virtual] Esri::ArcGISRuntime::Geodatabase *GeodatabaseDataset::geodatabase() const

    Gets the geodatabase within which the dataset resides.

    [pure virtual] Esri::ArcGISRuntime::GeodatabaseDatasetType GeodatabaseDataset::geodatabaseDatasetType() const

    Gets the type of dataset.

    [pure virtual] QString GeodatabaseDataset::name() const

    Gets the name of the dataset.

    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