PlanetaryComputerModelFactory.TilerInfoGeoJsonFeature Method

Definition

GeoJSON Feature object containing rio-tiler model information.

public static Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature TilerInfoGeoJsonFeature(Azure.Analytics.PlanetaryComputer.FeatureKind type = default, Azure.Analytics.PlanetaryComputer.GeoJsonGeometry geometry = default, System.Collections.Generic.IDictionary<string,Azure.Analytics.PlanetaryComputer.TilerInfo> properties = default, string id = default, System.Collections.Generic.IEnumerable<float> boundingBox = default);
static member TilerInfoGeoJsonFeature : Azure.Analytics.PlanetaryComputer.FeatureKind * Azure.Analytics.PlanetaryComputer.GeoJsonGeometry * System.Collections.Generic.IDictionary<string, Azure.Analytics.PlanetaryComputer.TilerInfo> * string * seq<single> -> Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature
Public Shared Function TilerInfoGeoJsonFeature (Optional type As FeatureKind = Nothing, Optional geometry As GeoJsonGeometry = Nothing, Optional properties As IDictionary(Of String, TilerInfo) = Nothing, Optional id As String = Nothing, Optional boundingBox As IEnumerable(Of Single) = Nothing) As TilerInfoGeoJsonFeature

Parameters

type
FeatureKind

GeoJSON type identifier.

geometry
GeoJsonGeometry

Geometry object defining the feature's shape.

properties
IDictionary<String,TilerInfo>

Properties.

id
String

Unique identifier for the feature.

boundingBox
IEnumerable<Single>

Bounding box coordinates for the feature.

Returns

A new TilerInfoGeoJsonFeature instance for mocking.

Applies to