PlanetaryComputerModelFactory.StacItemStatisticsGeoJson Method

Definition

STAC Item representing a spatiotemporal asset with statistical information.

public static Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJson StacItemStatisticsGeoJson(Azure.Analytics.PlanetaryComputer.GeoJsonGeometry geometry = default, Azure.Analytics.PlanetaryComputer.FeatureKind type = default, Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJsonProperties properties = default);
static member StacItemStatisticsGeoJson : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry * Azure.Analytics.PlanetaryComputer.FeatureKind * Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJsonProperties -> Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJson
Public Shared Function StacItemStatisticsGeoJson (Optional geometry As GeoJsonGeometry = Nothing, Optional type As FeatureKind = Nothing, Optional properties As StacItemStatisticsGeoJsonProperties = Nothing) As StacItemStatisticsGeoJson

Parameters

geometry
GeoJsonGeometry

Geometry object defining the feature's shape.

type
FeatureKind

GeoJSON type identifier for Feature.

properties
StacItemStatisticsGeoJsonProperties

Feature properties.

Returns

A new StacItemStatisticsGeoJson instance for mocking.

Applies to