OBJECTID 1 NAME 里扇山塘 CODE BGD11356331082P0001-A3F CITY 台州市 COUNTY 临海市 DMH 575 RCAREA 009 BAS 椒江 LANDFORM 浙东丘陵 TOWN 尤溪镇 RNVTM 2020年 TCR 236 TYPE 普通山塘 CE 3093 DFL 3088 NPL 3083 AREA 00072842911923899998
/**
-
@FastField("OBJECTID")
-
@FastField("NAME")
-
@FastField("CODE")
-
@FastField("CITY")
-
@FastField("COUNTY")
-
@FastField("DMH")
-
@FastField("RCAREA")
-
@FastField("BAS")
-
@FastField("LANDFORM")
-
@FastField("TOWN")
-
@FastField("RNVTM")
-
@FastField("TCR")
-
@FastField("TYPE")
-
@FastField("CE")
-
@FastField("DFL")
-
@FastField("NPL")
-
@FastField("AREA")
-
@FastField("VOL")
-
@FastField("FUNCTION")
-
@FastField("REMARK")
-
@FastField("CONTDIFF")
-
@FastField("SPCL")
-
@FastField("IMP")
-
@FastField("SHAPE_Leng")
-
@FastField("SHAPE_Area") */ public class MountainPond { private int objectId; private String name; private String code; private String city; private String county; private double dmh; private double rcArea; private String bas; private String landform; private String town; private String rnvtm; private double tcr; private String type; private double ce; private double dfl; private double npl; private double area; private double vol; private String function; private String remark; private String contDiff; private String spcl; private String imp; private double shapeLeng; private double shapeArea;
// getters and setters }
原文地址: https://www.cveoy.top/t/topic/bjp7 著作权归作者所有。请勿转载和采集!