Table of Contents

Class KmlPolygon

Namespace
LansMap.Core.Import
public sealed class KmlPolygon
Inheritance
object
KmlPolygon

Constructors

KmlPolygon(List<KmlPoint>)

public KmlPolygon(List<KmlPoint> outerRing)

Parameters

outerRing List<KmlPoint>

Properties

InnerRings

public List<List<KmlPoint>> InnerRings { get; }

Property Value

List<List<KmlPoint>>

OuterRing

public List<KmlPoint> OuterRing { get; }

Property Value

List<KmlPoint>