91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5KB
    文件類型: .java
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-04
  • 標簽: gis??geotools??sharpfile??

資源簡介

利用gis通過shp文件將經緯度解析為城市名(傳入參數為經緯度,返回城市名)

資源截圖

代碼片段和文件信息

import?java.io.File;
import?java.io.FileNotFoundException;
import?java.nio.charset.Charset;
import?java.util.ArrayList;
import?java.util.Collection;
import?java.util.Iterator;
import?org.geotools.data.FeatureSource;
import?org.geotools.data.shapefile.ShapefileDataStore;
import?org.geotools.feature.FeatureCollection;
import?org.geotools.feature.FeatureIterator;
import?org.geotools.geometry.jts.JTSFactoryFinder;
import?org.opengis.feature.Property;
import?org.opengis.feature.simple.SimpleFeature;
import?org.opengis.feature.simple.SimpleFeatureType;
import?com.vividsolutions.jts.geom.Geometry;
import?com.vividsolutions.jts.geom.GeometryFactory;
import?com.vividsolutions.jts.geom.MultiPolygon;
import?com.vividsolutions.jts.geom.Point;
import?com.vividsolutions.jts.io.WKTReade

評論

共有 條評論