Show / Hide Table of Contents

Class GeoPackage

Represents a GeoPackage.

Inheritance
Object
GeoPackage
Implements
ILoadable
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoPackage : ILoadable

Constructors

Name Description
GeoPackage(String)

Initializes a new instance of the GeoPackage class to read the package at the specified path.

Properties

Name Description
GeoPackageFeatureTables

Gets the collection of GeoPackageFeatureTable contained in the GeoPackage.

GeoPackageRasters

Gets the collection of GeoPackageRaster contained in the GeoPackage.

LoadError

Gets the Exception associated with the last load error.

LoadStatus

Gets the load status.

Path

Gets the path to the GeoPackage file.

Methods

Name Description
CancelLoad()

Cancel loading metadata for the object.

Close()

Close a GeoPackage.

LoadAsync()

Load the metadata for the object asynchronously.

OpenAsync(String)

Opens a GeoPackage to read the package at the specified path.

RetryLoadAsync()

Loads or retries loading metadata for the object asynchronously.

Events

Name Description
Loaded

Event that is raised when the object is done loading.

LoadStatusChanged

Event that is raised when the LoadStatus property changes.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.2.1 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.2.1 - 100.15
iOS100.2.1 - 100.15
UWP100.2.1 - 200.0
In This Article
Back to top Copyright © 2022 Esri.