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

📄 xiangzhenzb.java

📁 基于Java的地图数据管理软件。使用MySQL数据库管理系统。
💻 JAVA
字号:
package net.aetherial.gis.jiaotongbu.outputJTB.txtOutput.module.gpsdata.lxld.lx;

/**
 * <p>Title: </p>
 *
 * <p>Description:乡镇坐标 </p>
 *
 * <p>Copyright: Copyright (c) 2004</p>
 *
 * <p>Company: </p>
 *
 * @author not attributable
 * @version 1.0
 */
public class XiangzhenZB {
  private String xzName = "";
  private double longittude = 0.0;
  private double latitude = 0.0;
  private String bianma = "";
  public XiangzhenZB() {
  }

  public String getXzName() {
    return xzName;
  }

  public double getLongittude() {
    return longittude;
  }

  public void setLatitude(double latitude) {
    this.latitude = latitude;
  }

  public void setXzName(String xzName) {
    this.xzName = xzName;
  }

  public void setLongittude(double longittude) {
    this.longittude = longittude;
  }

  public void setBianma(String bianma) {
    this.bianma = bianma;
  }

  public double getLatitude() {
    return latitude;
  }

  public String getBianma() {
    return bianma;
  }

}

⌨️ 快捷键说明

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