Class KmlToJtsPointConverter
java.lang.Object
org.codice.ddf.spatial.kml.converter.KmlToJtsPointConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.Pointfrom(de.micromata.opengis.kml.v_2_2_0.Point kmlPoint) static booleanisValidKmlPoint(de.micromata.opengis.kml.v_2_2_0.Point kmlPoint)
-
Method Details
-
from
public static org.locationtech.jts.geom.Point from(de.micromata.opengis.kml.v_2_2_0.Point kmlPoint) -
isValidKmlPoint
public static boolean isValidKmlPoint(de.micromata.opengis.kml.v_2_2_0.Point kmlPoint)
-