Show / Hide Table of Contents

Class OgcFeatureService

Represents an OGC API Features service.

Inheritance
object
OgcFeatureService
Implements
INotifyPropertyChanged
ILoadable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OgcFeatureService : INotifyPropertyChanged, ILoadable
Remarks

Loading this object retrieves the service metadata, accessible via ServiceInfo property.

Constructors

Name Description
OgcFeatureService(Uri)

Initializes a new instance of the OgcFeatureService class with the specified service Uri.

Properties

Name Description
CustomParameters

Gets the dictionary of custom parameters to be sent with requests to this service.

LoadError

Gets the Exception associated with the last load error.

LoadStatus

Gets the load status.

ServiceInfo

Gets the service information, which includes metadata and a list of available feature collections.

Source

Gets the URL for the landing page of this OGC API Features service.

Methods

Name Description
CancelLoad()

Attempts to cancel loading the object.

LoadAsync()

Load the object asynchronously.

RetryLoadAsync()

Loads or retries loading the object asynchronously.

Events

Name Description
LoadStatusChanged

Occurs when the LoadStatus property changes.

Loaded

Occurs when the object is done loading, whether loading succeeds, fails, or is canceled.

See Also

OgcFeatureServiceInfo

Applies to

TargetVersions
.NET Standard 2.0100.9 - 200.8
.NET100.13 - 300.1
.NET Windows100.13 - 300.1
.NET Android200.0 - 300.1
.NET iOS200.0 - 300.1
.NET Framework100.9 - 200.8
Xamarin.Android100.9 - 100.15
Xamarin.iOS100.9 - 100.15
UWP100.9 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.