[]
        
(Showing Draft Content)

C1.FlexMap.LOD

LOD Struct

The LOD (Level Of Detail) structure associates element visibility with the map scale (zoom and size).

Namespace: C1.FlexMap
Assembly: C1.Win.Map.8.dll
Syntax
[TypeConverter(typeof(LODConverter))]
public struct LOD

Constructors

Name Description
LOD(double, double, double, double)

Initializes a new instance of an LOD structure.

Properties

Name Description
MaxSize

When the pixel size of element is greater than MaxSize the element is not visible.

MaxZoom

When the map zoom is greater than MaxZoom the element is not visible.

MinSize

When the pixel size of element is less than MinSize the element is not visible.

MinZoom

When the map zoom is less than MinZoom the element is not visible.

Methods

Name Description
Equals(object)
GetHashCode()