⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connectionspeedsettingstypeimpl.java

📁 esri的ArcGIS Server超级学习模板程序(for java)
💻 JAVA
字号:
package com.esri.solutions.jitk.personalization.data.beans.v1.impl;public class ConnectionSpeedSettingsTypeImpl implements com.esri.solutions.jitk.personalization.data.beans.v1.ConnectionSpeedSettingsType {  private java.lang.String _speed;  private int _mapRefreshRate;  private com.esri.solutions.jitk.personalization.data.beans.v1.PointSymbolType _addMarker;  private int _maxMapWidth;  private int _maxMapHeight;  private com.esri.solutions.jitk.personalization.data.beans.v1.AttributeCollectionType _attributes;  public java.lang.String getSpeed() {    return _speed;  }  public void setSpeed(java.lang.String pSpeed) {    _speed = pSpeed;  }  public int getMapRefreshRate() {    return _mapRefreshRate;  }  public void setMapRefreshRate(int pMapRefreshRate) {    _mapRefreshRate = pMapRefreshRate;  }  public com.esri.solutions.jitk.personalization.data.beans.v1.PointSymbolType getAddMarker() {    return _addMarker;  }  public void setAddMarker(com.esri.solutions.jitk.personalization.data.beans.v1.PointSymbolType pAddMarker) {    _addMarker = pAddMarker;  }  public int getMaxMapWidth() {    return _maxMapWidth;  }  public void setMaxMapWidth(int pMaxMapWidth) {    _maxMapWidth = pMaxMapWidth;  }  public int getMaxMapHeight() {    return _maxMapHeight;  }  public void setMaxMapHeight(int pMaxMapHeight) {    _maxMapHeight = pMaxMapHeight;  }  public com.esri.solutions.jitk.personalization.data.beans.v1.AttributeCollectionType getAttributes() {    return _attributes;  }  public void setAttributes(com.esri.solutions.jitk.personalization.data.beans.v1.AttributeCollectionType pAttributes) {    _attributes = pAttributes;  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -