Class PlanitMatsimWriterSettings

    • Field Detail

      • outputDirectory

        protected String outputDirectory
        the output directory on where to persist the MATSIM file(s)
      • outputFileName

        protected String outputFileName
        the output file name of the to be persisted the MATSIM file
      • countryName

        protected String countryName
        the destination country this writer is configured for
      • destinationCoordinateReferenceSystem

        protected org.opengis.referencing.crs.CoordinateReferenceSystem destinationCoordinateReferenceSystem
        the coordinate reference system used for writing entities of this network
    • Constructor Detail

      • PlanitMatsimWriterSettings

        public PlanitMatsimWriterSettings()
        Default constructor
      • PlanitMatsimWriterSettings

        public PlanitMatsimWriterSettings​(String outputDirectory,
                                          String outputFileName,
                                          String countryName)
        Constructor
        Parameters:
        outputDirectory - to use
        outputFileName - to use
        countryName - to use
    • Method Detail

      • getOutputDirectory

        public String getOutputDirectory()
        The output directory to use
        Returns:
        output directory
      • setOutputDirectory

        public void setOutputDirectory​(String outputDirectory)
        Set the output directory to use
        Parameters:
        outputDirectory - to use
      • getCountry

        public String getCountry()
        Collect the country name set
        Returns:
        country name
      • setCountry

        public void setCountry​(String countryName)
        Set the country name to use
        Parameters:
        countryName - to use
      • getOutputFileName

        public String getOutputFileName()
        The output file name to use
        Returns:
        output file name
      • setOutputFileName

        public void setOutputFileName​(String outputFileName)
        Set the output file name to use
        Parameters:
        outputFileName - to use
      • getDestinationCoordinateReferenceSystem

        public org.opengis.referencing.crs.CoordinateReferenceSystem getDestinationCoordinateReferenceSystem()
        Collect the currently used CRS for writing the output geometries
        Returns:
        crs used
      • setDestinationCoordinateReferenceSystem

        public void setDestinationCoordinateReferenceSystem​(org.opengis.referencing.crs.CoordinateReferenceSystem destinationCoordinateReferenceSystem)
        Explicitly set a particular crs for writing geometries
        Parameters:
        destinationCoordinateReferenceSystem - to use