Class ZoningConverterFactory


  • public class ZoningConverterFactory
    extends Object
    Factory class for creating zoning converters
    Author:
    markr
    • Constructor Detail

      • ZoningConverterFactory

        public ZoningConverterFactory()
    • Method Detail

      • create

        public static ZoningConverter create​(ZoningReader reader,
                                             ZoningWriter writer)
        Create the zoning converter
        Parameters:
        reader - the reader to use
        writer - the writer to use
        Returns:
        the converter that is created