Class GDALDataRasterReader

    • Field Detail

      • mimeTypes

        protected static final java.lang.String[] mimeTypes
      • suffixes

        protected static final java.lang.String[] suffixes
    • Constructor Detail

      • GDALDataRasterReader

        public GDALDataRasterReader()
    • Method Detail

      • canRead

        public boolean canRead​(java.lang.Object source,
                               AVList params)
        Description copied from class: AbstractDataRasterReader
        Indicates whether this reader can read a specified data source. The source may be one of the following:
        • File
        • String
        • InputStream
        • URL
        Specified by:
        canRead in interface DataRasterReader
        Overrides:
        canRead in class AbstractDataRasterReader
        Parameters:
        source - the source to examine.
        params - parameters required by certain reader implementations. May be null for most readers.
        Returns:
        true if this reader can read the data source, otherwise false.
      • readDataRaster

        protected GDALDataRaster readDataRaster​(java.lang.Object source,
                                                boolean quickReadingMode)
                                         throws java.io.IOException
        Throws:
        java.io.IOException