Class GeoprocessingFeatureSet

    • 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 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