ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / KmlReader Class
Members

In This Topic
    KmlReader Class
    In This Topic
    The util for immporting the KML and KMZ files.
    Object Model
    KmlReader Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class KmlReader 
    public static class KmlReader 
    Remarks

    KML is a popular XML-based language used for representing geographic information.

    There are several tools available for creating, editing, and viewing KML files.

    There are also several sources of free and commercial KML and KMZ files, including for example www.geocommons.com and www.esri.com.

    KMZ is also a popular format which consists of zipped KML, and is also supported by the KmlReader class.

    The KmlReader class has static methods that create collections of vector objects from the supplied KML or KMZ source. These objects can then be added to a C1VectorLayer and placed on the map.
    Inheritance Hierarchy

    System.Object
       C1.Web.Wijmo.Controls.C1Maps.KmlReader

    See Also