类的使用
org.wowtools.giscat.vector.pojo.Feature
-
使用Feature的程序包 程序包 说明 org.wowtools.giscat.vector.pojo org.wowtools.giscat.vector.pojo.converter -
-
org.wowtools.giscat.vector.pojo中Feature的使用
返回变量类型为Feature的类型的org.wowtools.giscat.vector.pojo中的方法 修饰符和类型 方法 说明 List<Feature>FeatureCollection. getFeatures()类型变量类型为Feature的org.wowtools.giscat.vector.pojo中的方法参数 修饰符和类型 方法 说明 voidFeatureCollection. setFeatures(List<Feature> features) -
org.wowtools.giscat.vector.pojo.converter中Feature的使用
返回Feature的org.wowtools.giscat.vector.pojo.converter中的方法 修饰符和类型 方法 说明 static FeatureGeoJsonFeatureConverter. fromGeoJsonFeature(String strGeoJsonFeature, org.locationtech.jts.geom.GeometryFactory geometryFactory)将GeoJson对象转为Featurestatic FeatureGeoJsonFeatureConverter. fromGeoJsonFeature(GeoJsonObject.Feature geoJsonFeature, org.locationtech.jts.geom.GeometryFactory geometryFactory)将GeoJson对象转为Feature参数类型为Feature的org.wowtools.giscat.vector.pojo.converter中的方法 修饰符和类型 方法 说明 static GeoJsonObject.FeatureGeoJsonFeatureConverter. toGeoJson(Feature feature)将feature对象转为GeoJson
-