GeoJsonFeature 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.
GeoJSON Feature object representing a geographic entity.
public class GeoJsonFeature : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GeoJsonFeature>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GeoJsonFeature>
type GeoJsonFeature = class
interface IJsonModel<GeoJsonFeature>
interface IPersistableModel<GeoJsonFeature>
Public Class GeoJsonFeature
Implements IJsonModel(Of GeoJsonFeature), IPersistableModel(Of GeoJsonFeature)
- Inheritance
-
GeoJsonFeature
- Implements
Constructors
| Name | Description |
|---|---|
| GeoJsonFeature(GeoJsonGeometry, FeatureKind) |
Initializes a new instance of GeoJsonFeature. |
Properties
| Name | Description |
|---|---|
| Geometry |
Geometry object defining the feature's shape. |
| Properties |
Feature properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Type |
GeoJSON type identifier for Feature. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(GeoJsonFeature to RequestContent) | |