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.