Show / Hide Table of Contents

Class KmlModel

A KML model object.

Inheritance
System.Object
KmlGeometry
KmlModel
Implements
System.IEquatable<KmlGeometry>
KmlGeometry.Geometry
KmlGeometry.IsExtruded
KmlGeometry.IsTessellated
KmlGeometry.AltitudeMode
KmlGeometry.Type
KmlGeometry.Equals(KmlGeometry)
KmlGeometry.Equals(Object)
KmlGeometry.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlModel : KmlGeometry, IEquatable<KmlGeometry>

Constructors

Name Description
KmlModel(Uri, MapPoint, KmlAltitudeMode)

Initializes a new instance of the KmlModel class from a model file on disk or the network and a MapPoint using a specified altitude mode.

KmlModel(Uri, MapPoint, KmlAltitudeMode, KmlOrientation, KmlScale)

Initializes a new instance of the KmlModel class from a model file on disk or the network and a MapPoint using the specified altitude mode, orientation, and scale.

KmlModel(Uri, KmlOrientation, KmlScale)

Initializes a new instance of the KmlModel class from a model file on disk or the network using the specified orientation and scale.

Properties

Name Description
Orientation

Gets the orientation applied to the model.

Scale

Gets the scale factors applied to the model.

Uri

Gets the URI to the file on disk or the network..

Applies to

TargetVersions
.NET Standard 2.0200.6 - 200.7
.NET200.6 - 200.7
.NET Windows200.6 - 200.7
.NET Android200.6 - 200.7
.NET iOS200.6 - 200.7
.NET Framework200.6 - 200.7
UWP200.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.