GeoObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base type for all spatial types.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))]
public abstract class GeoObject
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))>]
type GeoObject = class
Public MustInherit Class GeoObject
- Inheritance
-
GeoObject
- Derived
- Attributes
Properties
BoundingBox |
Represents information about the coordinate range of the GeoObject. |
Type |
Gets the GeoJSON type of this object. |
Methods
Parse(String) |
Parses an instance of see GeoObject from provided JSON representation. |
ToString() |
Converts an instance of GeoObject to a GeoJSON representation. |
TryGetCustomProperty(String, Object) |
Tries to get a value of a custom property associated with the GeoObject. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET