Class OmsNmeaFeatureReader


  • public class OmsNmeaFeatureReader
    extends HMModel
    • Constructor Detail

      • OmsNmeaFeatureReader

        public OmsNmeaFeatureReader()
    • Method Detail

      • getNmeaFeatureBuilder

        public static org.geotools.feature.simple.SimpleFeatureBuilder getNmeaFeatureBuilder()
      • readNMEAfile

        public static org.geotools.data.simple.SimpleFeatureCollection readNMEAfile​(String path)
                                                                             throws IOException
        Fast read access mode.
        Parameters:
        path - the NMEA file path.
        Returns:
        the read FeatureCollection.
        Throws:
        IOException