PlanetaryComputerModelFactory.StacItemStatisticsGeoJson Method
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.
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.