class OpenStudio::Model::WeatherFile
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 6 def self.iddObjectType end
setWeatherFile(model, epwFile)
click to toggle source
@return [OptionalWeatherFile]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 9 def self.setWeatherFile(model, epwFile) end
Public Instance Methods
checksum()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 48 def checksum end
city()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 12 def city end
country()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 18 def country end
dataSource()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 21 def dataSource end
elevation()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 36 def elevation end
environmentName()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 81 def environmentName end
file(*args)
click to toggle source
@return [OptionalEpwFile]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 84 def file(*args) end
isElevationDefaulted()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 39 def isElevationDefaulted end
latitude()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 27 def latitude end
longitude()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 30 def longitude end
makeUrlAbsolute(path)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 78 def makeUrlAbsolute(path) end
makeUrlRelative(*args)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 87 def makeUrlRelative(*args) end
path()
click to toggle source
@return [OptionalPath]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 45 def path end
resetElevation()
click to toggle source
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 72 def resetElevation end
setCity(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 50 def setCity(string) end
setCountry(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 54 def setCountry(string) end
setDataSource(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 56 def setDataSource(string) end
setElevation(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 70 def setElevation(double) end
setLatitude(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 61 def setLatitude(double) end
setLongitude(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 64 def setLongitude(double) end
setStateProvinceRegion(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 52 def setStateProvinceRegion(string) end
setTimeZone(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 67 def setTimeZone(double) end
setWMONumber(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 58 def setWMONumber(string) end
site()
click to toggle source
@return [SWIGTYPE_p_boost_optionalT_openstudio_model__Site_t]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 75 def site end
stateProvinceRegion()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 15 def stateProvinceRegion end
timeZone()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 33 def timeZone end
url()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 42 def url end
wMONumber()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/WeatherFile.rb, line 24 def wMONumber end