RegisterMosaic Class
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.
Input parameters for registering a new mosaic of STAC items.
public class RegisterMosaic : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.RegisterMosaic>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.RegisterMosaic>
type RegisterMosaic = class
interface IJsonModel<RegisterMosaic>
interface IPersistableModel<RegisterMosaic>
Public Class RegisterMosaic
Implements IJsonModel(Of RegisterMosaic), IPersistableModel(Of RegisterMosaic)
- Inheritance
-
RegisterMosaic
- Implements
Constructors
| Name | Description |
|---|---|
| RegisterMosaic() |
Initializes a new instance of RegisterMosaic. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Geographic bounding box to filter items [west, south, east, north]. |
| Collections |
List of STAC collection IDs to include in the mosaic. |
| Datetime |
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples:
|
| Filter |
Filter To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| FilterLanguage |
Query language format used in the filter parameter. |
| Ids |
List of specific STAC item IDs to include in the mosaic. |
| Intersects |
GeoJSON geometry to spatially filter items by intersection. |
| Metadata |
Additional metadata to associate with the mosaic. |
| Query |
Query To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| SortBy |
Criteria for ordering items in the mosaic. |