|
static final String | TYPE = "blt_wrwp" |
| The name of this static wrwp type.
|
|
◆ afterPropertiesSet()
void eu.baltrad.beast.rules.wrwp.WrwpRule.afterPropertiesSet |
( |
| ) |
throws Exception |
|
inline |
- See also
- org.springframework.beans.factory.InitializingBean.afterPropertiesSet()
◆ getCatalog()
Catalog eu.baltrad.beast.rules.wrwp.WrwpRule.getCatalog |
( |
| ) |
|
|
inlineprotected |
◆ getFields()
List< String > eu.baltrad.beast.rules.wrwp.WrwpRule.getFields |
( |
| ) |
|
|
inline |
◆ getFieldsAsStr()
String eu.baltrad.beast.rules.wrwp.WrwpRule.getFieldsAsStr |
( |
| ) |
|
|
inline |
- Returns
- a comma separated list of fields to generate
◆ getInterval()
int eu.baltrad.beast.rules.wrwp.WrwpRule.getInterval |
( |
| ) |
|
|
inline |
- Returns
- Height interval for deriving a profile [m]
◆ getMaxdistance()
int eu.baltrad.beast.rules.wrwp.WrwpRule.getMaxdistance |
( |
| ) |
|
|
inline |
- Returns
- Maximum distance for deriving a profile [m]
◆ getMaxheight()
int eu.baltrad.beast.rules.wrwp.WrwpRule.getMaxheight |
( |
| ) |
|
|
inline |
- Returns
- Maximum height of the profile [m]
◆ getMindistance()
int eu.baltrad.beast.rules.wrwp.WrwpRule.getMindistance |
( |
| ) |
|
|
inline |
- Returns
- Minimum distance for deriving a profile [m]
◆ getMinelevationangle()
double eu.baltrad.beast.rules.wrwp.WrwpRule.getMinelevationangle |
( |
| ) |
|
|
inline |
- Returns
- Minimum elevation angle [deg]
◆ getMinvelocitythreshold()
double eu.baltrad.beast.rules.wrwp.WrwpRule.getMinvelocitythreshold |
( |
| ) |
|
|
inline |
- Returns
- Radial velocity threshold [m/s]
◆ getRuleId()
int eu.baltrad.beast.rules.wrwp.WrwpRule.getRuleId |
( |
| ) |
|
|
inline |
◆ getRuleUtilities()
IRuleUtilities eu.baltrad.beast.rules.wrwp.WrwpRule.getRuleUtilities |
( |
| ) |
|
|
inlineprotected |
◆ getSources()
List< String > eu.baltrad.beast.rules.wrwp.WrwpRule.getSources |
( |
| ) |
|
|
inline |
- Returns
- the sources this rule is used for
◆ getType()
String eu.baltrad.beast.rules.wrwp.WrwpRule.getType |
( |
| ) |
|
|
inline |
◆ handle()
◆ isValid()
boolean eu.baltrad.beast.rules.wrwp.WrwpRule.isValid |
( |
| ) |
|
|
inline |
◆ setCatalog()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setCatalog |
( |
Catalog | catalog | ) |
|
|
inlineprotected |
- Parameters
-
catalog | the catalog to set |
◆ setFields() [1/2]
boolean eu.baltrad.beast.rules.wrwp.WrwpRule.setFields |
( |
List< String > | fields | ) |
|
|
inline |
Sets the fields to generate.
- Parameters
-
fields | the fields to generate |
- Returns
- if field names are allowed
◆ setFields() [2/2]
boolean eu.baltrad.beast.rules.wrwp.WrwpRule.setFields |
( |
String | fields | ) |
|
|
inline |
- Parameters
-
fields | a comma separated list of fields to generate |
◆ setInterval()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setInterval |
( |
int | interval | ) |
|
|
inline |
- Parameters
-
interval | The height interval for deriving a profile [m] |
◆ setMaxdistance()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setMaxdistance |
( |
int | maxdistance | ) |
|
|
inline |
- Parameters
-
maxdistance | the maximum distance for deriving a profile [m] |
◆ setMaxheight()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setMaxheight |
( |
int | maxheight | ) |
|
|
inline |
- Parameters
-
maxheight | the maximum height of the profile [m] |
◆ setMindistance()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setMindistance |
( |
int | mindistance | ) |
|
|
inline |
- Parameters
-
mindistance | the minimum distance for deriving a profile [m] |
◆ setMinelevationangle()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setMinelevationangle |
( |
double | minelevationangle | ) |
|
|
inline |
- Parameters
-
minelevationangle | the minimum elevation angle [deg] |
◆ setMinvelocitythreshold()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setMinvelocitythreshold |
( |
double | velocitythreshold | ) |
|
|
inline |
- Parameters
-
velocitythreshold | the radial velocity threshold [m/s] |
◆ setRuleId()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setRuleId |
( |
int | ruleid | ) |
|
|
inline |
◆ setRuleUtilities()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setRuleUtilities |
( |
IRuleUtilities | ruleUtil | ) |
|
|
inlineprotected |
- Parameters
-
ruleUtil | the ruleUtil to set |
◆ setSources()
void eu.baltrad.beast.rules.wrwp.WrwpRule.setSources |
( |
List< String > | sources | ) |
|
|
inline |
- Parameters
-
sources | the sources this rule should be used for |
◆ TYPE
final String eu.baltrad.beast.rules.wrwp.WrwpRule.TYPE = "blt_wrwp" |
|
static |
The name of this static wrwp type.
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/rules/wrwp/WrwpRule.java