类 FeatureCollection
- java.lang.Object
-
- org.meteoinfo.geometry.io.geojson.GeoJSON
-
- org.meteoinfo.geometry.io.geojson.FeatureCollection
-
public class FeatureCollection extends GeoJSON
-
-
构造器概要
构造器 构造器 说明 FeatureCollection(Feature[] features)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 FeaturegetFeature(int index)Get a feature by indexFeature[]getFeatures()Get featuresintgetNumFeatures()Get number of features
-
-
-
构造器详细资料
-
FeatureCollection
public FeatureCollection(Feature[] features)
-
-