PlanetaryComputerModelFactory.VariableMatrixWidth(Int32, Int32, Int32) 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.
Model for variableMatrixWidth.
public static Azure.Analytics.PlanetaryComputer.VariableMatrixWidth VariableMatrixWidth(int coalesce = 0, int minTileRow = 0, int maxTileRow = 0);
static member VariableMatrixWidth : int * int * int -> Azure.Analytics.PlanetaryComputer.VariableMatrixWidth
Public Shared Function VariableMatrixWidth (Optional coalesce As Integer = 0, Optional minTileRow As Integer = 0, Optional maxTileRow As Integer = 0) As VariableMatrixWidth
Parameters
- coalesce
- Int32
Number of tiles in width that coalesce in a single tile for these rows.
- minTileRow
- Int32
First tile row where the coalescence factor applies for this tilematrix.
- maxTileRow
- Int32
Last tile row where the coalescence factor applies for this tilematrix.
Returns
A new VariableMatrixWidth instance for mocking.