Package 

Class KmzParser


  • 
    public final class KmzParser
    
                        

    Parser for KMZ files (zipped KML).

    Extracts the main KML file and any associated images from the Zip stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class KmzParser.Companion
    • Method Summary

      Modifier and Type Method Description
      final Kml parse(InputStream inputStream) Parses a KMZ file from an InputStream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • parse

         final Kml parse(InputStream inputStream)

        Parses a KMZ file from an InputStream.

        Parameters:
        inputStream - The InputStream of the KMZ file.