Class KmlToJtsCoordinateConverter

java.lang.Object
org.codice.ddf.spatial.kml.converter.KmlToJtsCoordinateConverter

public class KmlToJtsCoordinateConverter extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.locationtech.jts.geom.Coordinate
    from(de.micromata.opengis.kml.v_2_2_0.Coordinate kmlCoordinate)
     
    static org.locationtech.jts.geom.Coordinate[]
    from(List<de.micromata.opengis.kml.v_2_2_0.Coordinate> kmlCoordinates)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • from

      public static org.locationtech.jts.geom.Coordinate from(de.micromata.opengis.kml.v_2_2_0.Coordinate kmlCoordinate)
    • from

      public static org.locationtech.jts.geom.Coordinate[] from(List<de.micromata.opengis.kml.v_2_2_0.Coordinate> kmlCoordinates)