LevelOfDetailOperator.Inputs Property
Gets the collection with all LevelOfDetail objects the LevelOfDetailOperator will read data from.
Syntax
public LevelOfDetailCollection Inputs { get; }
Property Value
Default: Empty collection.
All level of details the operator will read data from.
Remarks
Each LevelOfDetail object contains a limit value and an Operator. The limit defines the minimal scale or resolution for which the corresponding Operator shall be used. If no lower value is available then the first is used. The entries must be sorted in increasing order.
For example, if there are entries for the (inverted) scales 10000 and 20000, then the first operator is used for detailed scales in the range 1:1 to 1:20000, and the second operator is used at 1:20000 and less detailed scales.
Platforms
Windows, Linux, Android