Class AIGFormatFactory

  • All Implemented Interfaces:
    GridFormatFactorySpi, Factory, OptionalFactory

    public final class AIGFormatFactory
    extends Object
    implements GridFormatFactorySpi
    Implementation of the Format service provider interface for Aig files.
    Since:
    2.5.x
    Author:
    Andrea Antonello (www.hydrologis.com), Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
    • Constructor Detail

      • AIGFormatFactory

        public AIGFormatFactory()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Tells me if the coverage plugin to access EHdr 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.