| | |
| | | private String destKMZFile; |
| | | @Value("${patches.url.path.kmz.sourceDir}") |
| | | private String sourceDir; |
| | | @Value("${patches.url.path.kmz.planeKmzFile}") |
| | | private String planeKMZFile; |
| | | @Value("${patches.xml.temple.template}") |
| | | private String template; |
| | | @Value("${patches.xml.temple.waylines}") |
| | | private String waylines; |
| | | |
| | | @Value("${patches.xml.temple.planeTemplate}") |
| | | private String planeTemplate; |
| | | @Value("${patches.xml.temple.planeWaylines}") |
| | | private String planeWaylines; |
| | | |
| | | |
| | | @Value("${patches.xml.target.template}") |
| | | private String targetTemplate; |
| | | @Value("${patches.xml.target.waylines}") |
| | | private String targetWaylines; |
| | | |
| | | @Value("${patches.xml.target.planeTemplate}") |
| | | private String planeTargetTemplate; |
| | | @Value("${patches.xml.target.planeWaylines}") |
| | | private String planeTargetWaylines; |
| | | |
| | | } |