Class GeoprocessingFeatureSet

  • All Implemented Interfaces:
    FeatureSet, java.lang.Iterable<Feature>

    public final class GeoprocessingFeatureSet
    extends java.lang.Object
    implements FeatureSet
    Geoprocessing feature set is a read-only set of features that are returned from GeoprocessingFeatures.
    Since:
    100.0.0
    • Method Detail

      • isTransferLimitExceeded

        public boolean isTransferLimitExceeded()
        Returns if the transfer limit has been exceeded or not. If this is exceeded, the maximum number of features that the server can return has been reached and more data may be available on the server.
        Returns:
        true if the transfer limit has been exceeded
        Since:
        100.0.0
      • getFields

        public java.util.List<Field> getFields()
        Returns an unmodifiable list of fields in this feature set.
        Specified by:
        getFields in interface FeatureSet
        Returns:
        the fields
        Since:
        100.0.0
      • iterator

        public java.util.Iterator<Feature> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Feature>