The google map rule.
More...
|
static final String | BEAST_GMAP_ALGORITHM = "eu.baltrad.beast.creategmap" |
|
static final String | TYPE = "blt_gmap" |
| The name of this static google map type.
|
|
|
boolean | isSupportedArea (String source) |
| Checks if a wanted area exists in this source and in that case return the name of that area.
|
|
String | createOutputName (Date d, Time t) |
| Creates the absolute file path to be used for the generated file.
|
|
The google map rule.
- Author
- Anders Henja
- Date
- 2012-03-21
◆ GoogleMapRule()
eu.baltrad.beast.rules.gmap.GoogleMapRule.GoogleMapRule |
( |
| ) |
|
|
inline |
◆ afterPropertiesSet()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.afterPropertiesSet |
( |
| ) |
throws Exception |
|
inline |
- See also
- org.springframework.beans.factory.InitializingBean.afterPropertiesSet()
◆ createOutputName()
String eu.baltrad.beast.rules.gmap.GoogleMapRule.createOutputName |
( |
Date | d, |
|
|
Time | t ) |
|
inlineprotected |
Creates the absolute file path to be used for the generated file.
- Parameters
-
area | the area |
d | the date |
t | the time |
- Returns
- the absolute file path
◆ getArea()
String eu.baltrad.beast.rules.gmap.GoogleMapRule.getArea |
( |
| ) |
|
|
inline |
◆ getCatalog()
Catalog eu.baltrad.beast.rules.gmap.GoogleMapRule.getCatalog |
( |
| ) |
|
|
inline |
◆ getFilter()
IFilter eu.baltrad.beast.rules.gmap.GoogleMapRule.getFilter |
( |
| ) |
|
|
inline |
- Returns
- the filter to use when trying out if files are matching
◆ getMatcher()
MetadataMatcher eu.baltrad.beast.rules.gmap.GoogleMapRule.getMatcher |
( |
| ) |
|
|
inline |
- Returns
- the metadata matcher
◆ getPath()
String eu.baltrad.beast.rules.gmap.GoogleMapRule.getPath |
( |
| ) |
|
|
inline |
◆ getRuleId()
int eu.baltrad.beast.rules.gmap.GoogleMapRule.getRuleId |
( |
| ) |
|
|
inline |
◆ getType()
String eu.baltrad.beast.rules.gmap.GoogleMapRule.getType |
( |
| ) |
|
|
inline |
◆ handle()
◆ isSupportedArea()
boolean eu.baltrad.beast.rules.gmap.GoogleMapRule.isSupportedArea |
( |
String | source | ) |
|
|
inlineprotected |
Checks if a wanted area exists in this source and in that case return the name of that area.
- Parameters
-
source | the source to check |
- Returns
- an area if it could be found in the source otherwise null
◆ isUseAreaInPath()
boolean eu.baltrad.beast.rules.gmap.GoogleMapRule.isUseAreaInPath |
( |
| ) |
|
|
inline |
◆ isValid()
boolean eu.baltrad.beast.rules.gmap.GoogleMapRule.isValid |
( |
| ) |
|
|
inline |
◆ setArea()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setArea |
( |
String | area | ) |
|
|
inline |
◆ setCatalog()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setCatalog |
( |
Catalog | catalog | ) |
|
|
inline |
- Parameters
-
catalog | the catalog to set |
◆ setFilter()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setFilter |
( |
IFilter | filter | ) |
|
|
inline |
◆ setMatcher()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setMatcher |
( |
MetadataMatcher | matcher | ) |
|
|
inline |
- Parameters
-
matcher | the metadata matcher |
◆ setPath()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setPath |
( |
String | path | ) |
|
|
inline |
◆ setRuleId()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setRuleId |
( |
int | ruleid | ) |
|
|
inline |
◆ setUseAreaInPath()
void eu.baltrad.beast.rules.gmap.GoogleMapRule.setUseAreaInPath |
( |
boolean | useAreaInPath | ) |
|
|
inline |
- Parameters
-
useAreaInPath | the useAreaInPath to set |
◆ TYPE
final String eu.baltrad.beast.rules.gmap.GoogleMapRule.TYPE = "blt_gmap" |
|
static |
The name of this static google map type.
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/rules/gmap/GoogleMapRule.java