Class WorldImageFormatFactory

    • Constructor Detail

      • WorldImageFormatFactory

        public WorldImageFormatFactory()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Description copied from interface: OptionalFactory
        Returns true if this factory is ready for use. An optional factory may returns false for now but returns true later. However, the converse is not recommended.
        Specified by:
        isAvailable in interface OptionalFactory
      • 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.