[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoTin

GeoTin Class

Represents the geospatial triangulated irregular network.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class GeoTin : GeoPolyhedralSurface

Constructors

Name Description
GeoTin(IEnumerable<GeoTriangle>)

Initializes a new instance of the GeoTin class.

Properties

Name Description
Triangles

Gets the TIN triangles.

Extension Methods