StacMosaic Class

Definition

Defines a named mosaic with filtering criteria.

public class StacMosaic : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacMosaic>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacMosaic>
type StacMosaic = class
    interface IJsonModel<StacMosaic>
    interface IPersistableModel<StacMosaic>
Public Class StacMosaic
Implements IJsonModel(Of StacMosaic), IPersistableModel(Of StacMosaic)
Inheritance
StacMosaic
Implements

Constructors

Name Description
StacMosaic(String, String, IEnumerable<IDictionary<String,BinaryData>>)

Initializes a new instance of StacMosaic.

Properties

Name Description
Cql

A list of valid CQL2-JSON expressions used to filter the collection to moasic.

To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"). : Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""). : Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }). : Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"). : Creates a payload of { "key": "value" }.

Description

Detailed description of the mosaic.

Id

Unique identifier for the mosaic.

Name

Short descriptive name for the mosaic.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to StacMosaic)
Implicit(StacMosaic to RequestContent)

Explicit Interface Implementations

Name Description
IJsonModel<StacMosaic>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<StacMosaic>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<StacMosaic>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<StacMosaic>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<StacMosaic>.Write(ModelReaderWriterOptions)

Applies to