Uses of Class
org.codice.ddf.libs.geo.GeoFormatException
Packages that use GeoFormatException
-
Uses of GeoFormatException in org.codice.ddf.libs.geo.util
Methods in org.codice.ddf.libs.geo.util that throw GeoFormatExceptionModifier and TypeMethodDescriptionstatic DoubleGeospatialUtil.parseDMSLatitudeWithDecimalSeconds(String dmsLat) Parses Latitude in the DMS format of DD:MM:SS.S N/Sstatic DoubleGeospatialUtil.parseDMSLongitudeWithDecimalSeconds(String dmsLon) Parses Longitude in the DMS format of [D]DD:MM:SS.S E/Wstatic org.locationtech.jts.geom.GeometryGeospatialUtil.transformToEPSG4326LonLatFormat(org.locationtech.jts.geom.Geometry geometry, String sourceCrsName) Transform a geometry to EPSG:4326 format with lon/lat coordinate ordering.static org.locationtech.jts.geom.GeometryGeospatialUtil.transformToEPSG4326LonLatFormat(org.locationtech.jts.geom.Geometry geometry, org.geotools.api.referencing.crs.CoordinateReferenceSystem sourceCrs) Transform a geometry to EPSG:4326 format with lon/lat coordinate ordering.