PlanetaryComputerModelFactory.TilerInfo 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.
TilerInfo.
public static Azure.Analytics.PlanetaryComputer.TilerInfo TilerInfo(System.Collections.Generic.IEnumerable<float> bounds = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<BinaryData>> bandMetadata = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> bandDescriptions = default, string dataType = default, Azure.Analytics.PlanetaryComputer.NoDataKind? noDataType = default, System.Collections.Generic.IEnumerable<string> colorInterpretation = default, string driver = default, int? count = default, int? width = default, int? height = default, System.Collections.Generic.IEnumerable<int> overviews = default, System.Collections.Generic.IEnumerable<int> scales = default, System.Collections.Generic.IEnumerable<int> offsets = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> colorMap = default, int? minZoom = default, int? maxZoom = default, string coordinateReferenceSystem = default);
static member TilerInfo : seq<single> * seq<System.Collections.Generic.IList<BinaryData>> * seq<System.Collections.Generic.IList<string>> * string * Nullable<Azure.Analytics.PlanetaryComputer.NoDataKind> * seq<string> * string * Nullable<int> * Nullable<int> * Nullable<int> * seq<int> * seq<int> * seq<int> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * Nullable<int> * Nullable<int> * string -> Azure.Analytics.PlanetaryComputer.TilerInfo
Public Shared Function TilerInfo (Optional bounds As IEnumerable(Of Single) = Nothing, Optional bandMetadata As IEnumerable(Of IList(Of BinaryData)) = Nothing, Optional bandDescriptions As IEnumerable(Of IList(Of String)) = Nothing, Optional dataType As String = Nothing, Optional noDataType As Nullable(Of NoDataKind) = Nothing, Optional colorInterpretation As IEnumerable(Of String) = Nothing, Optional driver As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional width As Nullable(Of Integer) = Nothing, Optional height As Nullable(Of Integer) = Nothing, Optional overviews As IEnumerable(Of Integer) = Nothing, Optional scales As IEnumerable(Of Integer) = Nothing, Optional offsets As IEnumerable(Of Integer) = Nothing, Optional colorMap As IDictionary(Of String, IList(Of String)) = Nothing, Optional minZoom As Nullable(Of Integer) = Nothing, Optional maxZoom As Nullable(Of Integer) = Nothing, Optional coordinateReferenceSystem As String = Nothing) As TilerInfo
Parameters
- bounds
- IEnumerable<Single>
Bounds.
- bandMetadata
- IEnumerable<IList<BinaryData>>
Band Metadata.
- bandDescriptions
- IEnumerable<IList<String>>
Band Descriptions.
- dataType
- String
Data type.
- noDataType
- Nullable<NoDataKind>
NoData Type.
- colorInterpretation
- IEnumerable<String>
Color interpretation.
- driver
- String
Driver.
- overviews
- IEnumerable<Int32>
Overviews.
- scales
- IEnumerable<Int32>
Scales.
- offsets
- IEnumerable<Int32>
Offsets.
- colorMap
- IDictionary<String,IList<String>>
Colormap.
- coordinateReferenceSystem
- String
Coordinate Reference System.
Returns
A new TilerInfo instance for mocking.