Uses of Class
org.noise_planet.noisemodelling.jdbc.NoiseMapDatabaseParameters.ExportRaysMethods
-
Packages that use NoiseMapDatabaseParameters.ExportRaysMethods Package Description org.noise_planet.noisemodelling.jdbc -
-
Uses of NoiseMapDatabaseParameters.ExportRaysMethods in org.noise_planet.noisemodelling.jdbc
Fields in org.noise_planet.noisemodelling.jdbc declared as NoiseMapDatabaseParameters.ExportRaysMethods Modifier and Type Field Description NoiseMapDatabaseParameters.ExportRaysMethods
NoiseMapDatabaseParameters. exportRaysMethod
Methods in org.noise_planet.noisemodelling.jdbc that return NoiseMapDatabaseParameters.ExportRaysMethods Modifier and Type Method Description NoiseMapDatabaseParameters.ExportRaysMethods
NoiseMapDatabaseParameters. getExportRaysMethod()
static NoiseMapDatabaseParameters.ExportRaysMethods
NoiseMapDatabaseParameters.ExportRaysMethods. valueOf(String name)
Returns the enum constant of this type with the specified name.static NoiseMapDatabaseParameters.ExportRaysMethods[]
NoiseMapDatabaseParameters.ExportRaysMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.noise_planet.noisemodelling.jdbc with parameters of type NoiseMapDatabaseParameters.ExportRaysMethods Modifier and Type Method Description void
NoiseMapDatabaseParameters. setExportRaysMethod(NoiseMapDatabaseParameters.ExportRaysMethods exportRaysMethod)
Export rays in table (beware this could take a lot of storage space) or keep on memory or do not keep
-