3b0e2daff01e9ec34d82e3e60f8afaa581e772d5.svn-base 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. package com.sinosoft.lz.system.configer.vo;
  2. public class GisConfigure{
  3. private String arcGisMapName = "";
  4. private String arcGisRoadBufferDisstance = "";
  5. private String arcGisBypassrouteName = "";
  6. private String themeServerHost = "";
  7. private String themeServerName = "";
  8. private String layerNames = "";
  9. private String bufferRd = "";
  10. private String themeHostUserName = "";
  11. private String themeHostUserPassWord = "";
  12. private String timeInterval = "";
  13. private String themePicturePath = "";
  14. private String markPicturePath = "";
  15. private String themeyingjibaogaoPath = "";
  16. public String getMarkPicturePath() {
  17. return this.markPicturePath;
  18. }
  19. public void setMarkPicturePath(String markPicturePath) {
  20. this.markPicturePath = markPicturePath;
  21. }
  22. public String getThemePicturePath() {
  23. return this.themePicturePath;
  24. }
  25. public void setThemePicturePath(String themePicturePath) {
  26. this.themePicturePath = themePicturePath;
  27. }
  28. public String getTimeInterval() {
  29. return timeInterval;
  30. }
  31. public void setTimeInterval(String timeInterval) {
  32. this.timeInterval = timeInterval;
  33. }
  34. public String getThemeHostUserName() {
  35. return themeHostUserName;
  36. }
  37. public void setThemeHostUserName(String themeHostUserName) {
  38. this.themeHostUserName = themeHostUserName;
  39. }
  40. public String getThemeHostUserPassWord() {
  41. return themeHostUserPassWord;
  42. }
  43. public void setThemeHostUserPassWord(String themeHostUserPassWord) {
  44. this.themeHostUserPassWord = themeHostUserPassWord;
  45. }
  46. public String getArcGisMapName() {
  47. return arcGisMapName;
  48. }
  49. public void setArcGisMapName(String arcGisMapName) {
  50. this.arcGisMapName = arcGisMapName;
  51. }
  52. public String getThemeServerHost() {
  53. return themeServerHost;
  54. }
  55. public void setThemeServerHost(String themeServerHost) {
  56. this.themeServerHost = themeServerHost;
  57. }
  58. public String getThemeServerName() {
  59. return themeServerName;
  60. }
  61. public void setThemeServerName(String themeServerName) {
  62. this.themeServerName = themeServerName;
  63. }
  64. public String getLayerNames() {
  65. return layerNames;
  66. }
  67. public void setLayerNames(String layerNames) {
  68. this.layerNames = layerNames;
  69. }
  70. public String getBufferRd() {
  71. return bufferRd;
  72. }
  73. public void setBufferRd(String bufferRd) {
  74. this.bufferRd = bufferRd;
  75. }
  76. public String getThemeyingjibaogaoPath() {
  77. return themeyingjibaogaoPath;
  78. }
  79. public void setThemeyingjibaogaoPath(String themeyingjibaogaoPath) {
  80. this.themeyingjibaogaoPath = themeyingjibaogaoPath;
  81. }
  82. public String getArcGisRoadBufferDisstance() {
  83. return arcGisRoadBufferDisstance;
  84. }
  85. public void setArcGisRoadBufferDisstance(String arcGisRoadBufferDisstance) {
  86. this.arcGisRoadBufferDisstance = arcGisRoadBufferDisstance;
  87. }
  88. public String getArcGisBypassrouteName() {
  89. return arcGisBypassrouteName;
  90. }
  91. public void setArcGisBypassrouteName(String arcGisBypassrouteName) {
  92. this.arcGisBypassrouteName = arcGisBypassrouteName;
  93. }
  94. }