Class FlattenedDatasetPointCollection

    • Constructor Detail

      • FlattenedDatasetPointCollection

        public FlattenedDatasetPointCollection​(FeatureDatasetPoint fdPoint)
                                        throws IllegalArgumentException
        Constructs a FlattenedDatasetPointCollection.
        Parameters:
        fdPoint - a point dataset.
        Throws:
        IllegalArgumentException - if any of the feature collections in the dataset are not of type PointFeatureCollection or NestedPointFeatureCollection.
    • Method Detail

      • getPointFeatureIterator

        public PointFeatureIterator getPointFeatureIterator()
        Description copied from interface: PointFeatureCollection
        Get an iterator over the PointFeatures of this collection. call PointFeatureIterator.finish() when done
        Returns:
        iterator over the PointFeatures of this collection