Class GeometryServiceNetworkWriterFactory


  • public class GeometryServiceNetworkWriterFactory
    extends Object
    Factory for creating GeometryServiceNetworkWriters
    Author:
    markr
    • Constructor Detail

      • GeometryServiceNetworkWriterFactory

        public GeometryServiceNetworkWriterFactory()
    • Method Detail

      • create

        public static GeometryServiceNetworkWriter create()
        Create a GeometryServiceNetworkWriter which persists PLANit service networks in common GIS formats in current working directory
        Returns:
        created GeometryServiceNetworkWriter
      • create

        public static GeometryServiceNetworkWriter create​(String outputDirectory)
        Create a GeometryNetworkWriter which persists PLANit service networks in common GIS formats
        Parameters:
        outputDirectory - to use
        Returns:
        created GeometryNetworkWriter
      • create

        public static GeometryServiceNetworkWriter create​(String outputDirectory,
                                                          String countryName)
        Create a GeometryServiceNetworkWriter which persists PLANit service networks in common GIS formats
        Parameters:
        outputDirectory - to use
        countryName - country which the input file represents, used to determine defaults in case not specifically specified, when left blank global defaults will be used based on a right hand driving approach
        Returns:
        created GeometryServiceNetworkWriter