类 FeatureCollection


  • public class FeatureCollection
    extends GeoJSON
    • 构造器详细资料

      • FeatureCollection

        public FeatureCollection​(Feature[] features)
    • 方法详细资料

      • getFeatures

        public Feature[] getFeatures()
        Get features
        返回:
        Features
      • getNumFeatures

        public int getNumFeatures()
        Get number of features
        返回:
        Number of features
      • getFeature

        public Feature getFeature​(int index)
        Get a feature by index
        参数:
        index - The index
        返回:
        The feature