Class PlanitIntermodalWriterSettings

    • Constructor Detail

      • PlanitIntermodalWriterSettings

        public PlanitIntermodalWriterSettings()
        Default constructor
      • PlanitIntermodalWriterSettings

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

      • setOutputDirectory

        public void setOutputDirectory​(String outputDirectory)
        Set the outputPathDirectory used on both zoning and (service) network settings
        Parameters:
        outputDirectory - to use
      • setCountry

        public void setCountry​(String countryName)
        Set country name used on both zoning and (service) network settings
        Parameters:
        countryName - to use
      • setDestinationCoordinateReferenceSystem

        public void setDestinationCoordinateReferenceSystem​(org.opengis.referencing.crs.CoordinateReferenceSystem destinationCoordinateReferenceSystem)
        Set the destination Crs to use (if not set, network's native Crs will be used, unless the user has specified a specific country for which we have a more appropriate Crs registered)
        Parameters:
        destinationCoordinateReferenceSystem - to use