package targets;
|
|
/**
|
* µØÍ¼±íʵÌåÀà
|
*/
|
public class MapEntity {
|
/** ÐòºÅ */
|
private Integer id;
|
/** µØÍ¼ÀàÐÍ£»0µØÇò£¬1º½ÅÄÕýÉ䣬2º½ÅÄÇãб£¬3OSGB£¬4ͼƬ */
|
private String mapType;
|
/** ÏêϸÐÅÏ¢£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String detailDisplay;
|
/** ÀëÏßÏûʧ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String offlineDisappear;
|
/** ¿ªÆôÓïÒô£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String voiceEnabled;
|
/** ΧÀ¸ÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String fenceDisplay;
|
/** »ùÕ¾ÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String baseStationDisplay;
|
/** Íø¹ØÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String gatewayDisplay;
|
/** ÊÓÆµÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String videoDisplay;
|
/** ³õʼÊÓ½ÇλÖà */
|
private String initialViewPosition;
|
/** ÊÓ½Ç¸ß¶È */
|
private String viewHeight;
|
/** µØÍ¼º½Ïò½Ç */
|
private String mapHeadingAngle;
|
/** µØÍ¼Çãб¶È */
|
private String mapTiltAngle;
|
/** ¿ªÆôÎÞµØÐÎ */
|
private String terrainDisabled;
|
/** ¼ÓÔØÍ߯¬Í¼£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String tileMapLoading;
|
/** ¼ÓÔØ±¾µØÍ¼Æ¬£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String localImageLoading;
|
/** µØÍ¼ÎÞµ×ͼ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
|
private String basemapDisabled;
|
/** ÈýάģÐÍ */
|
private String threeDModel;
|
/** ËùÔÚ²ã */
|
private String locatedLayer;
|
/** µØÍ¼Ãû³Æ */
|
private String mapName;
|
/** Xʵ³¤ */
|
private String actualXLength;
|
/** Yʵ³¤ */
|
private String actualYLength;
|
/** X0×ø±ê */
|
private String x0Coordinate;
|
/** Y0×ø±ê */
|
private String y0Coordinate;
|
/** XÏñËØ */
|
private String xPixels;
|
/** YÏñËØ */
|
private String yPixels;
|
/** Aµã¾Î³¶ÈXY×ø±ê */
|
private String pointALatlngXyCoordinate;
|
/** Bµã¾Î³¶ÈXY×ø±ê */
|
private String pointBLatlngXyCoordinate;
|
/** ËùÊô¹«Ë¾ */
|
private String company;
|
/** Ìí¼ÓÈËÔ± */
|
private String addedBy;
|
/** Ìí¼Óʱ¼ä */
|
private String addedTime;
|
/** ±£Áô1 */
|
private String reserved1;
|
/** ±£Áô2 */
|
private String reserved2;
|
/** ±£Áô3 */
|
private String reserved3;
|
/** ±£Áô4 */
|
private String reserved4;
|
/** ±£Áô5 */
|
private String reserved5;
|
/** ±£Áô6 */
|
private String reserved6;
|
|
// Getter and Setter methods
|
public Integer getId() {
|
return id;
|
}
|
|
public void setId(Integer id) {
|
this.id = id;
|
}
|
|
public String getMapType() {
|
return mapType;
|
}
|
|
public void setMapType(String mapType) {
|
this.mapType = mapType;
|
}
|
|
public String getDetailDisplay() {
|
return detailDisplay;
|
}
|
|
public void setDetailDisplay(String detailDisplay) {
|
this.detailDisplay = detailDisplay;
|
}
|
|
public String getOfflineDisappear() {
|
return offlineDisappear;
|
}
|
|
public void setOfflineDisappear(String offlineDisappear) {
|
this.offlineDisappear = offlineDisappear;
|
}
|
|
public String getVoiceEnabled() {
|
return voiceEnabled;
|
}
|
|
public void setVoiceEnabled(String voiceEnabled) {
|
this.voiceEnabled = voiceEnabled;
|
}
|
|
public String getFenceDisplay() {
|
return fenceDisplay;
|
}
|
|
public void setFenceDisplay(String fenceDisplay) {
|
this.fenceDisplay = fenceDisplay;
|
}
|
|
public String getBaseStationDisplay() {
|
return baseStationDisplay;
|
}
|
|
public void setBaseStationDisplay(String baseStationDisplay) {
|
this.baseStationDisplay = baseStationDisplay;
|
}
|
|
public String getGatewayDisplay() {
|
return gatewayDisplay;
|
}
|
|
public void setGatewayDisplay(String gatewayDisplay) {
|
this.gatewayDisplay = gatewayDisplay;
|
}
|
|
public String getVideoDisplay() {
|
return videoDisplay;
|
}
|
|
public void setVideoDisplay(String videoDisplay) {
|
this.videoDisplay = videoDisplay;
|
}
|
|
public String getInitialViewPosition() {
|
return initialViewPosition;
|
}
|
|
public void setInitialViewPosition(String initialViewPosition) {
|
this.initialViewPosition = initialViewPosition;
|
}
|
|
public String getViewHeight() {
|
return viewHeight;
|
}
|
|
public void setViewHeight(String viewHeight) {
|
this.viewHeight = viewHeight;
|
}
|
|
public String getMapHeadingAngle() {
|
return mapHeadingAngle;
|
}
|
|
public void setMapHeadingAngle(String mapHeadingAngle) {
|
this.mapHeadingAngle = mapHeadingAngle;
|
}
|
|
public String getMapTiltAngle() {
|
return mapTiltAngle;
|
}
|
|
public void setMapTiltAngle(String mapTiltAngle) {
|
this.mapTiltAngle = mapTiltAngle;
|
}
|
|
public String getTerrainDisabled() {
|
return terrainDisabled;
|
}
|
|
public void setTerrainDisabled(String terrainDisabled) {
|
this.terrainDisabled = terrainDisabled;
|
}
|
|
public String getTileMapLoading() {
|
return tileMapLoading;
|
}
|
|
public void setTileMapLoading(String tileMapLoading) {
|
this.tileMapLoading = tileMapLoading;
|
}
|
|
public String getLocalImageLoading() {
|
return localImageLoading;
|
}
|
|
public void setLocalImageLoading(String localImageLoading) {
|
this.localImageLoading = localImageLoading;
|
}
|
|
public String getBasemapDisabled() {
|
return basemapDisabled;
|
}
|
|
public void setBasemapDisabled(String basemapDisabled) {
|
this.basemapDisabled = basemapDisabled;
|
}
|
|
public String getThreeDModel() {
|
return threeDModel;
|
}
|
|
public void setThreeDModel(String threeDModel) {
|
this.threeDModel = threeDModel;
|
}
|
|
public String getLocatedLayer() {
|
return locatedLayer;
|
}
|
|
public void setLocatedLayer(String locatedLayer) {
|
this.locatedLayer = locatedLayer;
|
}
|
|
public String getMapName() {
|
return mapName;
|
}
|
|
public void setMapName(String mapName) {
|
this.mapName = mapName;
|
}
|
|
public String getActualXLength() {
|
return actualXLength;
|
}
|
|
public void setActualXLength(String actualXLength) {
|
this.actualXLength = actualXLength;
|
}
|
|
public String getActualYLength() {
|
return actualYLength;
|
}
|
|
public void setActualYLength(String actualYLength) {
|
this.actualYLength = actualYLength;
|
}
|
|
public String getX0Coordinate() {
|
return x0Coordinate;
|
}
|
|
public void setX0Coordinate(String x0Coordinate) {
|
this.x0Coordinate = x0Coordinate;
|
}
|
|
public String getY0Coordinate() {
|
return y0Coordinate;
|
}
|
|
public void setY0Coordinate(String y0Coordinate) {
|
this.y0Coordinate = y0Coordinate;
|
}
|
|
public String getXPixels() {
|
return xPixels;
|
}
|
|
public void setXPixels(String xPixels) {
|
this.xPixels = xPixels;
|
}
|
|
public String getYPixels() {
|
return yPixels;
|
}
|
|
public void setYPixels(String yPixels) {
|
this.yPixels = yPixels;
|
}
|
|
public String getPointALatlngXyCoordinate() {
|
return pointALatlngXyCoordinate;
|
}
|
|
public void setPointALatlngXyCoordinate(String pointALatlngXyCoordinate) {
|
this.pointALatlngXyCoordinate = pointALatlngXyCoordinate;
|
}
|
|
public String getPointBLatlngXyCoordinate() {
|
return pointBLatlngXyCoordinate;
|
}
|
|
public void setPointBLatlngXyCoordinate(String pointBLatlngXyCoordinate) {
|
this.pointBLatlngXyCoordinate = pointBLatlngXyCoordinate;
|
}
|
|
public String getCompany() {
|
return company;
|
}
|
|
public void setCompany(String company) {
|
this.company = company;
|
}
|
|
public String getAddedBy() {
|
return addedBy;
|
}
|
|
public void setAddedBy(String addedBy) {
|
this.addedBy = addedBy;
|
}
|
|
public String getAddedTime() {
|
return addedTime;
|
}
|
|
public void setAddedTime(String addedTime) {
|
this.addedTime = addedTime;
|
}
|
|
public String getReserved1() {
|
return reserved1;
|
}
|
|
public void setReserved1(String reserved1) {
|
this.reserved1 = reserved1;
|
}
|
|
public String getReserved2() {
|
return reserved2;
|
}
|
|
public void setReserved2(String reserved2) {
|
this.reserved2 = reserved2;
|
}
|
|
public String getReserved3() {
|
return reserved3;
|
}
|
|
public void setReserved3(String reserved3) {
|
this.reserved3 = reserved3;
|
}
|
|
public String getReserved4() {
|
return reserved4;
|
}
|
|
public void setReserved4(String reserved4) {
|
this.reserved4 = reserved4;
|
}
|
|
public String getReserved5() {
|
return reserved5;
|
}
|
|
public void setReserved5(String reserved5) {
|
this.reserved5 = reserved5;
|
}
|
|
public String getReserved6() {
|
return reserved6;
|
}
|
|
public void setReserved6(String reserved6) {
|
this.reserved6 = reserved6;
|
}
|
}
|