Class ArcGridFormatFactory

    • Constructor Detail

      • ArcGridFormatFactory

        public ArcGridFormatFactory()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Tells me if the coverage plugin to access Ascii grids is available or not.
        Specified by:
        isAvailable in interface OptionalFactory
        Returns:
        True if the plugin is available, False otherwise.
      • getImplementationHints

        public Map<RenderingHints.Key,​?> getImplementationHints()
        Returns the implementation hints. The default implementation returns en empty map.
        Specified by:
        getImplementationHints in interface Factory
        Returns:
        The map of hints, or an {@linkplain java.util.Collections.emptyMap() empty map} if none.