Method | Description | |
---|---|---|
EDMilkyway ( ) : System |
creates a new Milkyway :-)
|
|
calculateAveragePrices ( ) : MarketData>.Dictionary |
calculates the min, max and average market price for supply and demand of each commodity
|
|
calculateNewPriceLimits ( string FileName = "" ) : void |
calculating the market prices and save them as min and max values for new OCR_ed data, if "FileName" is not nothing the new data will is saves in this file
|
|
cloneCommodities ( ) : List |
returns a cloned list of the commodities
|
|
cloneStations ( enDataType Stationtype ) : List |
returns a cloned list of the stations
|
|
cloneSystems ( enDataType Systemstype ) : List |
returns a cloned list of the systems
|
|
existSystem ( string Systemname ) : bool |
check if there's a system with this name
|
|
getCommodities ( ) : List |
returns all commodities
|
|
getCommodity ( int CommodityId ) : |
returns the base data of a commodity
|
|
getCommodity ( string commodityName ) : |
returns the base data of a commodity
|
|
getStation ( string systemName, string stationName ) : |
returns a station in a system by name
|
|
getStation ( string systemName, string stationName, |
returns a station in a system by name
|
|
getStationDistance ( string systemName, string stationName ) : |
returns distance of a station to the star
|
|
getStationNames ( string Systemname ) : string[] |
get all for stationnames a system
|
|
getStations ( enDataType Stationtype ) : List |
returns all stations
|
|
getStations ( string Systemname ) : List |
get all stations for a system from the main list
|
|
getStations ( string Systemname, enDataType wantedType ) : List |
get all stations for a system from a particular list
|
|
getSystem ( string Systemname ) : |
get the data of a system
|
|
getSystemCoordinates ( string Systemname ) : System.Windows.Forms.DataVisualization.Charting.Point3D |
get coordinates of a system
|
|
getSystems ( enDataType Systemtype ) : List |
returns all systems
|
|
loadStationData ( string Filename, enDataType Stationtype, bool createNonExistingFile ) : void |
loads the stationsdata from a file
|
|
loadSystemData ( string Filename, enDataType Systemtype, bool createNonExistingFile ) : void |
loads the systemsdata from a file
|
|
mergeData ( ) : bool |
merging EDDB and own data to one big list
|
|
saveRNCommodityData ( string Filename, bool BackupOldFile ) : void |
saves the RN-specific commodity data to a file
|
|
saveStationData ( string Filename, enDataType Stationtype, bool BackupOldFile ) : void |
saves the stationsdata to a file
|
|
saveSystemData ( string Filename, enDataType Systemtype, bool BackupOldFile ) : void |
loads the systemsdata to a file
|
|
setCommodities ( List |
|
Method | Description | |
---|---|---|
ChangeAddStation ( string Systemname, |
changes or adds a station to the "own" list and to the merged list EDDB basedata will not be changed
|
|
ChangeAddSystem ( |
changes or adds a system to the "own" list and to the merged list EDDB basedata will not be changed
|
|
checkStations ( |
check if the stations of two stations are equal if the system exists in the EDDB data and in the own data
|
|
copyStationsForNewSystem ( |
go and get station clones from the own data for a new station and adds them to the merged data
|
|
getSystemStation ( string Systemname, string StationName ) : |
||
loadCommodityData ( string EDDBCommodityDatafile, string RNCommodityDatafile, bool createNonExistingFile, bool CheckOnly = false ) : bool |
loads the commodity data from the files
|
|
rotateSaveFiles ( string Filename, string newFile, string backupFile, bool BackupOldFile ) : void |
public calculateAveragePrices ( ) : MarketData>.Dictionary |
||
return | MarketData>.Dictionary |
public calculateNewPriceLimits ( string FileName = "" ) : void | ||
FileName | string | name of the file to save to |
return | void |
public cloneStations ( enDataType Stationtype ) : List |
||
Stationtype | enDataType | |
return | List |
public cloneSystems ( enDataType Systemstype ) : List |
||
Systemstype | enDataType | |
return | List |
public existSystem ( string Systemname ) : bool | ||
Systemname | string | |
return | bool |
public getCommodity ( int CommodityId ) : |
||
CommodityId | int | |
return |
public getCommodity ( string commodityName ) : |
||
commodityName | string | |
return |
public getStation ( string systemName, string stationName ) : |
||
systemName | string | |
stationName | string | |
return |
public getStation ( string systemName, string stationName, |
||
systemName | string | |
stationName | string | |
System | ||
return |
public getStationDistance ( string systemName, string stationName ) : |
||
systemName | string | |
stationName | string | |
return |
public getStationNames ( string Systemname ) : string[] | ||
Systemname | string | |
return | string[] |
public getStations ( enDataType Stationtype ) : List |
||
Stationtype | enDataType | |
return | List |
public getStations ( string Systemname ) : List |
||
Systemname | string | |
return | List |
public getStations ( string Systemname, enDataType wantedType ) : List |
||
Systemname | string | |
wantedType | enDataType | |
return | List |
public getSystem ( string Systemname ) : |
||
Systemname | string | |
return |
public getSystemCoordinates ( string Systemname ) : System.Windows.Forms.DataVisualization.Charting.Point3D | ||
Systemname | string | |
return | System.Windows.Forms.DataVisualization.Charting.Point3D |
public getSystems ( enDataType Systemtype ) : List |
||
Systemtype | enDataType | |
return | List |
public loadStationData ( string Filename, enDataType Stationtype, bool createNonExistingFile ) : void | ||
Filename | string | |
Stationtype | enDataType | |
createNonExistingFile | bool | |
return | void |
public loadSystemData ( string Filename, enDataType Systemtype, bool createNonExistingFile ) : void | ||
Filename | string | |
Systemtype | enDataType | |
createNonExistingFile | bool | |
return | void |
public saveRNCommodityData ( string Filename, bool BackupOldFile ) : void | ||
Filename | string | |
BackupOldFile | bool | |
return | void |
public saveStationData ( string Filename, enDataType Stationtype, bool BackupOldFile ) : void | ||
Filename | string | |
Stationtype | enDataType | |
BackupOldFile | bool | |
return | void |
public saveSystemData ( string Filename, enDataType Systemtype, bool BackupOldFile ) : void | ||
Filename | string | |
Systemtype | enDataType | |
BackupOldFile | bool | |
return | void |
public setCommodities ( List |
||
newList | List |
|
return | void |