Show / Hide Table of Contents

Class GeoElement

An abstract representation of geographic entities in a map, scene, map view, or scene view.

Inheritance
Object
GeoElement
Feature
KmlGeoElement
WmsFeature
RasterCell
DynamicEntity
DynamicEntityObservation
Graphic
EncFeature
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 abstract class GeoElement
Remarks

Each geographic entity can possess geometry, to describe the location and shape of the entity, and a set of attributes to provide information about the real-world entity it represents. For example, a feature in a feature layer, a graphic in a graphics overlay, and a raster cell in a raster layer are represented by the Feature, Graphic, and RasterCell classes. Each class inherits from the geo element.

Operations that identify all of the layers in a map or scene, such as the geo view's IdentifyLayersAsync method, can return a collection of IdentifyLayerResult objects. You can obtain the various types of GeoElement objects using GeoElements.

Properties

Name Description
Attributes

Gets the attributes of the GeoElement as a collection of name/value pairs.

Geometry

Gets or sets the geometry that defines the shape and location of the GeoElement.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.0 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.1

Relevant samples

Choose camera controller: Control the behavior of the camera in a scene.
Edit feature attachments: Add, delete, and download attachments for features from a service.
Identify KML features: Show a callout with formatted content for a KML feature.
In This Article
Back to top Copyright © 2022 Esri.