PlanetaryComputerModelFactory.GeoJsonFeature 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.
GeoJSON Feature object representing a geographic entity.
public static Azure.Analytics.PlanetaryComputer.GeoJsonFeature GeoJsonFeature(Azure.Analytics.PlanetaryComputer.GeoJsonGeometry geometry = default, Azure.Analytics.PlanetaryComputer.FeatureKind type = default, System.Collections.Generic.IDictionary<string,BinaryData> properties = default);
static member GeoJsonFeature : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry * Azure.Analytics.PlanetaryComputer.FeatureKind * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.Analytics.PlanetaryComputer.GeoJsonFeature
Public Shared Function GeoJsonFeature (Optional geometry As GeoJsonGeometry = Nothing, Optional type As FeatureKind = Nothing, Optional properties As IDictionary(Of String, BinaryData) = Nothing) As GeoJsonFeature
Parameters
- geometry
- GeoJsonGeometry
Geometry object defining the feature's shape.
- type
- FeatureKind
GeoJSON type identifier for Feature.
- properties
- IDictionary<String,BinaryData>
Feature properties.
Returns
A new GeoJsonFeature instance for mocking.