Package org.netxms.base
Class KMLParser
java.lang.Object
org.netxms.base.KMLParser
KML file format parser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Map<String,List<GeoLocation>> importPolygons(File file) KML polygon parserstatic Map<String,List<GeoLocation>> importPolygons(String content) KML polygon parser
- 
Constructor Details- 
KMLParserpublic KMLParser()
 
- 
- 
Method Details- 
importPolygonsKML polygon parser- Parameters:
- file- path to the file with KML definition
- Returns:
- map with polygon name and polygon coordinates
 
- 
importPolygonsKML polygon parser- Parameters:
- content- KML content
- Returns:
- map with polygon name and polygon coordinates
 
 
-